#AF0986

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

Shades of Medium Violet Red #AF0986

Tints of Medium Violet Red #AF0986

Color information

#AF0986 (or 0xAF0986) is unknown color: approx Medium Violet Red. HEX triplet: AF, 09 and 86. RGB value is (175,9,134). Sum of RGB (Red+Green+Blue) = 175+9+134=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0986 is #50F679. Grayscale: #484848. Windows color (decimal): -5305978 or 8784303. OLE color: 8784303.

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

Color convert

RGB1759134-
CMYK00.950.230.31
HSL314.82º90.22%36.08%-
HSV(B)314.82º94.86%68.63%-
XYZ22.0811.0323.52-
YUV72.88162.5200.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=55.03%
G=2.83%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175913400.950.230.31314.8290.2236.08
HexAF98605F171F13b5a24
Octal257112060137273747313244
Binary101011111001100001100101111110111111111001110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0986; }

 p { color: rgb(175,9,134); }

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

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

 a { background-color: rgb(175,9,134); }

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

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

 span { border-color: rgb(175,9,134); }

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