#AE02A3

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

Shades of Dark Magenta #AE02A3

Tints of Dark Magenta #AE02A3

Color information

#AE02A3 (or 0xAE02A3) is unknown color: approx Dark Magenta. HEX triplet: AE, 02 and A3. RGB value is (174,2,163). Sum of RGB (Red+Green+Blue) = 174+2+163=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE02A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE02A3 is #51FD5C. Grayscale: #474747. Windows color (decimal): -5373277 or 10683054. OLE color: 10683054.

HSL color Cylindrical-coordinate representation of color #AE02A3: hue angle of 303.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02A3 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB1742163-
CMYK00.990.060.32
HSL303.84º97.73%34.51%-
HSV(B)303.84º98.85%68.24%-
XYZ24.0911.6935.64-
YUV71.78179.48200.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=51.33%
G=0.59%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174216300.990.060.32303.8497.7334.51
HexAE2A30636201306223
Octal2562243014364046014243
Binary101011101010100011011000111101000001001100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE02A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE02A3; }

 p { color: rgb(174,2,163); }

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

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

 a { background-color: rgb(174,2,163); }

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

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

 span { border-color: rgb(174,2,163); }

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