#AF1EA2

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

Shades of Medium Violet Red #AF1EA2

Tints of Medium Violet Red #AF1EA2

Color information

#AF1EA2 (or 0xAF1EA2) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1E and A2. RGB value is (175,30,162). Sum of RGB (Red+Green+Blue) = 175+30+162=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EA2 is #50E15D. Grayscale: #585858. Windows color (decimal): -5300574 or 10624687. OLE color: 10624687.

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

Color convert

RGB17530162-
CMYK00.830.070.31
HSL305.38º70.73%40.2%-
HSV(B)305.38º82.86%68.63%-
XYZ24.6712.6535.32-
YUV88.4169.54189.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=47.68%
G=8.17%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753016200.830.070.31305.3870.7340.2
HexAF1EA205371F1314728
Octal25736242012373746110750
Binary10101111111101010001001010011111111111001100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1EA2; }

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

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

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

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

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

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

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

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