#AF119F

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

Shades of Medium Violet Red #AF119F

Tints of Medium Violet Red #AF119F

Color information

#AF119F (or 0xAF119F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 11 and 9F. RGB value is (175,17,159). Sum of RGB (Red+Green+Blue) = 175+17+159=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF119F is #50EE60. Grayscale: #505050. Windows color (decimal): -5303905 or 10424751. OLE color: 10424751.

HSL color Cylindrical-coordinate representation of color #AF119F: hue angle of 306.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF119F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17517159-
CMYK00.900.090.31
HSL306.08º82.29%37.65%-
HSV(B)306.08º90.29%68.63%-
XYZ24.1412.0233.85-
YUV80.43172.35195.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=49.86%
G=4.84%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751715900.900.090.31306.0882.2937.65
HexAF119F05A91F1325226
Octal257212370132113746212246
Binary101011111000110011111010110101001111111001100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF119F; }

 p { color: rgb(175,17,159); }

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

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

 a { background-color: rgb(175,17,159); }

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

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

 span { border-color: rgb(175,17,159); }

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