#AA168F

Color #AA168F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AA168F

Tints of Medium Violet Red #AA168F

Color information

#AA168F (or 0xAA168F) is unknown color: approx Medium Violet Red. HEX triplet: AA, 16 and 8F. RGB value is (170,22,143). Sum of RGB (Red+Green+Blue) = 170+22+143=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA168F is #55E970. Grayscale: #4F4F4F. Windows color (decimal): -5630321 or 9377450. OLE color: 9377450.

HSL color Cylindrical-coordinate representation of color #AA168F: hue angle of 310.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA168F is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17022143-
CMYK00.870.160.33
HSL310.95º77.08%37.65%-
HSV(B)310.95º87.06%66.67%-
XYZ21.8211.126.98-
YUV80.05163.53192.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=50.75%
G=6.57%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702214300.870.160.33310.9577.0837.65
HexAA168F05710211374d26
Octal252262170127204146711546
Binary10101010101101000111101010111100001000011001101111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA168F; }

 p { color: rgb(170,22,143); }

 H1.HeaderClassName
 {
   color: #AA168F;
 }
 .AnyTagClassName
 {
   color: #AA168F;
 }
</style>
background-color css

<style>
 a { background-color: #AA168F; }

 a { background-color: rgb(170,22,143); }

 div.DivClassName
 {
   background-color: #AA168F;
 }
 .BgClassName
 {
   background-color: #AA168F;
 }
</style>
border-color css

<style>
 span { border-color: #AA168F; }

 span { border-color: rgb(170,22,143); }

 td.TdClassName
 {
   border-color: #AA168F;
 }
 .TagClassName
 {
   border-color: #AA168F;
 }
</style>