#AF0984

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

Shades of Medium Violet Red #AF0984

Tints of Medium Violet Red #AF0984

Color information

#AF0984 (or 0xAF0984) is unknown color: approx Medium Violet Red. HEX triplet: AF, 09 and 84. RGB value is (175,9,132). Sum of RGB (Red+Green+Blue) = 175+9+132=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0984 is #50F67B. Grayscale: #484848. Windows color (decimal): -5305980 or 8653231. OLE color: 8653231.

HSL color Cylindrical-coordinate representation of color #AF0984: hue angle of 315.54º 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 #AF0984 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB1759132-
CMYK00.950.250.31
HSL315.54º90.22%36.08%-
HSV(B)315.54º94.86%68.63%-
XYZ21.9410.9822.79-
YUV72.66161.5201-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=55.38%
G=2.85%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175913200.950.250.31315.5490.2236.08
HexAF98405F191F13c5a24
Octal257112040137313747413244
Binary101011111001100001000101111111001111111001111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0984; }

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

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

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

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

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

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

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

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