#AF0F77

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

Shades of Medium Violet Red #AF0F77

Tints of Medium Violet Red #AF0F77

Color information

#AF0F77 (or 0xAF0F77) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0F and 77. RGB value is (175,15,119). Sum of RGB (Red+Green+Blue) = 175+15+119=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F77 is #50F088. Grayscale: #4A4A4A. Windows color (decimal): -5304457 or 7802799. OLE color: 7802799.

HSL color Cylindrical-coordinate representation of color #AF0F77: hue angle of 321º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F77 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17515119-
CMYK00.910.320.31
HSL321º84.21%37.25%-
HSV(B)321º91.43%68.63%-
XYZ21.1810.7918.42-
YUV74.7153.01199.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=56.63%
G=4.85%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751511900.910.320.3132184.2137.25
HexAFF7705B201F1415425
Octal257171670133403750112445
Binary101011111111111011101011011100000111111010000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F77; }

 p { color: rgb(175,15,119); }

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

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

 a { background-color: rgb(175,15,119); }

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

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

 span { border-color: rgb(175,15,119); }

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