#AF0B87

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

Shades of Medium Violet Red #AF0B87

Tints of Medium Violet Red #AF0B87

Color information

#AF0B87 (or 0xAF0B87) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0B and 87. RGB value is (175,11,135). Sum of RGB (Red+Green+Blue) = 175+11+135=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B87 is #50F478. Grayscale: #494949. Windows color (decimal): -5305465 or 8850351. OLE color: 8850351.

HSL color Cylindrical-coordinate representation of color #AF0B87: hue angle of 314.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B87 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17511135-
CMYK00.940.230.31
HSL314.63º88.17%36.47%-
HSV(B)314.63º93.71%68.63%-
XYZ22.1711.123.9-
YUV74.17162.33199.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=54.52%
G=3.43%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751113500.940.230.31314.6388.1736.47
HexAFB8705E171F13b5824
Octal257132070136273747313044
Binary101011111011100001110101111010111111111001110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B87; }

 p { color: rgb(175,11,135); }

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

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

 a { background-color: rgb(175,11,135); }

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

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

 span { border-color: rgb(175,11,135); }

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