#AF0EC5

Color #AF0EC5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF0EC5

Tints of Deep Magenta #AF0EC5

Color information

#AF0EC5 (or 0xAF0EC5) is unknown color: approx Deep Magenta. HEX triplet: AF, 0E and C5. RGB value is (175,14,197). Sum of RGB (Red+Green+Blue) = 175+14+197=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF0EC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EC5 is #50F13A. Grayscale: #525252. Windows color (decimal): -5304635 or 12914351. OLE color: 12914351.

HSL color Cylindrical-coordinate representation of color #AF0EC5: hue angle of 292.79º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0EC5 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17514197-
CMYK0.110.9300.23
HSL292.79º86.73%41.37%-
HSV(B)292.79º92.89%77.25%-
XYZ27.9113.4653.95-
YUV83192.34193.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 14 (5.86% from 255) = 3.63%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=45.34%
G=3.63%
B=51.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175141970.110.9300.23292.7986.7341.37
HexAFEC5B5D0171255729
Octal257163051313502744512751
Binary10101111111011000101101110111010101111001001011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0EC5; }

 p { color: rgb(175,14,197); }

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

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

 a { background-color: rgb(175,14,197); }

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

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

 span { border-color: rgb(175,14,197); }

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