#AE03C2

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

Shades of Deep Magenta #AE03C2

Tints of Deep Magenta #AE03C2

Color information

#AE03C2 (or 0xAE03C2) is unknown color: approx Deep Magenta. HEX triplet: AE, 03 and C2. RGB value is (174,3,194). Sum of RGB (Red+Green+Blue) = 174+3+194=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE03C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03C2 is #51FC3D. Grayscale: #4B4B4B. Windows color (decimal): -5372990 or 12714926. OLE color: 12714926.

HSL color Cylindrical-coordinate representation of color #AE03C2: hue angle of 293.72º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE03C2 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1743194-
CMYK0.100.9800.24
HSL293.72º96.95%38.63%-
HSV(B)293.72º98.45%76.08%-
XYZ27.2312.9652.11-
YUV75.9194.65197.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 194 (76.17% from 255) = 52.29%
R=46.90%
G=0.81%
B=52.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17431940.100.9800.24293.7296.9538.63
HexAE3C2A620181266127
Octal25633021214203044614147
Binary101011101111000010101011000100110001001001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE03C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE03C2; }

 p { color: rgb(174,3,194); }

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

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

 a { background-color: rgb(174,3,194); }

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

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

 span { border-color: rgb(174,3,194); }

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