#AF1EA9

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

Shades of Medium Violet Red #AF1EA9

Tints of Medium Violet Red #AF1EA9

Color information

#AF1EA9 (or 0xAF1EA9) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1E and A9. RGB value is (175,30,169). Sum of RGB (Red+Green+Blue) = 175+30+169=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EA9 is #50E156. Grayscale: #585858. Windows color (decimal): -5300567 or 11083439. OLE color: 11083439.

HSL color Cylindrical-coordinate representation of color #AF1EA9: hue angle of 302.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1EA9 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17530169-
CMYK00.830.030.31
HSL302.48º70.73%40.2%-
HSV(B)302.48º82.86%68.63%-
XYZ25.312.9138.69-
YUV89.2173.04189.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=46.79%
G=8.02%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753016900.830.030.31302.4870.7340.2
HexAF1EA905331F12e4728
Octal25736251012333745610750
Binary1010111111110101010010101001111111111001011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1EA9; }

 p { color: rgb(175,30,169); }

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

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

 a { background-color: rgb(175,30,169); }

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

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

 span { border-color: rgb(175,30,169); }

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