#AF0F95

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

Shades of Medium Violet Red #AF0F95

Tints of Medium Violet Red #AF0F95

Color information

#AF0F95 (or 0xAF0F95) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0F and 95. RGB value is (175,15,149). Sum of RGB (Red+Green+Blue) = 175+15+149=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F95 is #50F06A. Grayscale: #4D4D4D. Windows color (decimal): -5304427 or 9768879. OLE color: 9768879.

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

Color convert

RGB17515149-
CMYK00.910.150.31
HSL309.75º84.21%37.25%-
HSV(B)309.75º91.43%68.63%-
XYZ23.2711.6329.45-
YUV78.12168.01197.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=51.62%
G=4.42%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751514900.910.150.31309.7584.2137.25
HexAFF9505BF1F1365425
Octal257172250133173746612445
Binary10101111111110010101010110111111111111001101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F95; }

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

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

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

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

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

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

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

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