#AF0A83

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

Shades of Medium Violet Red #AF0A83

Tints of Medium Violet Red #AF0A83

Color information

#AF0A83 (or 0xAF0A83) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0A and 83. RGB value is (175,10,131). Sum of RGB (Red+Green+Blue) = 175+10+131=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A83 is #50F57C. Grayscale: #484848. Windows color (decimal): -5305725 or 8587951. OLE color: 8587951.

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

Color convert

RGB17510131-
CMYK00.940.250.31
HSL316º89.19%36.27%-
HSV(B)316º94.29%68.63%-
XYZ21.8810.9722.44-
YUV73.13160.66200.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=55.38%
G=3.16%
B=41.46%

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
Decimal1751013100.940.250.3131689.1936.27
HexAFA8305E191F13c5924
Octal257122030136313747413144
Binary101011111010100000110101111011001111111001111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A83; }

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

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

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

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

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

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

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

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