#af0a92

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

Shades of Medium Violet Red #AF0A92

Tints of Medium Violet Red #AF0A92

Color information

#AF0A92 (or 0xAF0A92) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0A and 92. RGB value is (175,10,146). Sum of RGB (Red+Green+Blue) = 175+10+146=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A92 is #50F56D. Grayscale: #4A4A4A. Windows color (decimal): -5305710 or 9570991. OLE color: 9570991.

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

Color convert

RGB17510146-
CMYK00.940.170.31
HSL310.55º89.19%36.27%-
HSV(B)310.55º94.29%68.63%-
XYZ22.9811.4128.18-
YUV74.84168.16199.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=52.87%
G=3.02%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751014600.940.170.31310.5589.1936.27
HexAFA9205E111F1375924
Octal257122220136213746713144
Binary101011111010100100100101111010001111111001101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0a92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0a92; }

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

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

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

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

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

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

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

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