#AF0A84

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

Shades of Medium Violet Red #AF0A84

Tints of Medium Violet Red #AF0A84

Color information

#AF0A84 (or 0xAF0A84) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0A and 84. RGB value is (175,10,132). Sum of RGB (Red+Green+Blue) = 175+10+132=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A84 is #50F57B. Grayscale: #484848. Windows color (decimal): -5305724 or 8653487. OLE color: 8653487.

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

Color convert

RGB17510132-
CMYK00.940.250.31
HSL315.64º89.19%36.27%-
HSV(B)315.64º94.29%68.63%-
XYZ21.951122.8-
YUV73.24161.16200.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=55.21%
G=3.15%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751013200.940.250.31315.6489.1936.27
HexAFA8405E191F13c5924
Octal257122040136313747413144
Binary101011111010100001000101111011001111111001111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A84; }

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

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

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

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

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

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

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

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