#AF0F79

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

Shades of Medium Violet Red #AF0F79

Tints of Medium Violet Red #AF0F79

Color information

#AF0F79 (or 0xAF0F79) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0F and 79. RGB value is (175,15,121). Sum of RGB (Red+Green+Blue) = 175+15+121=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F79 is #50F086. Grayscale: #4A4A4A. Windows color (decimal): -5304455 or 7933871. OLE color: 7933871.

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

Color convert

RGB17515121-
CMYK00.910.310.31
HSL320.25º84.21%37.25%-
HSV(B)320.25º91.43%68.63%-
XYZ21.310.8419.06-
YUV74.92154.01199.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=56.27%
G=4.82%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751512100.910.310.31320.2584.2137.25
HexAFF7905B1F1F1405425
Octal257171710133373750012445
Binary10101111111111110010101101111111111111010000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F79; }

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

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

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

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

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

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

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

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