#AF1EAC

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

Shades of Deep Magenta #AF1EAC

Tints of Deep Magenta #AF1EAC

Color information

#AF1EAC (or 0xAF1EAC) is unknown color: approx Deep Magenta. HEX triplet: AF, 1E and AC. RGB value is (175,30,172). Sum of RGB (Red+Green+Blue) = 175+30+172=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EAC is #50E153. Grayscale: #595959. Windows color (decimal): -5300564 or 11280047. OLE color: 11280047.

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

Color convert

RGB17530172-
CMYK00.830.020.31
HSL301.24º70.73%40.2%-
HSV(B)301.24º82.86%68.63%-
XYZ25.5913.0240.19-
YUV89.54174.54188.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=46.42%
G=7.96%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753017200.830.020.31301.2470.7340.2
HexAF1EAC05321F12d4728
Octal25736254012323745510750
Binary1010111111110101011000101001110111111001011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1EAC; }

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

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

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

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

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

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

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

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