#AF11A0

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

Shades of Medium Violet Red #AF11A0

Tints of Medium Violet Red #AF11A0

Color information

#AF11A0 (or 0xAF11A0) is unknown color: approx Medium Violet Red. HEX triplet: AF, 11 and A0. RGB value is (175,17,160). Sum of RGB (Red+Green+Blue) = 175+17+160=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A0 is #50EE5F. Grayscale: #505050. Windows color (decimal): -5303904 or 10490287. OLE color: 10490287.

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

Color convert

RGB17517160-
CMYK00.900.090.31
HSL305.7º82.29%37.65%-
HSV(B)305.7º90.29%68.63%-
XYZ24.2212.0534.31-
YUV80.54172.85195.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 17 (7.03% from 255) = 4.83%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=49.72%
G=4.83%
B=45.45%

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
Decimal1751716000.900.090.31305.782.2937.65
HexAF11A005A91F1325226
Octal257212400132113746212246
Binary101011111000110100000010110101001111111001100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11A0; }

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

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

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

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

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

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

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

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