#AE03A6

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

Shades of Dark Magenta #AE03A6

Tints of Dark Magenta #AE03A6

Color information

#AE03A6 (or 0xAE03A6) is unknown color: approx Dark Magenta. HEX triplet: AE, 03 and A6. RGB value is (174,3,166). Sum of RGB (Red+Green+Blue) = 174+3+166=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE03A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE03A6 is #51FC59. Grayscale: #484848. Windows color (decimal): -5373018 or 10879918. OLE color: 10879918.

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

Color convert

RGB1743166-
CMYK00.980.050.32
HSL302.81º96.61%34.71%-
HSV(B)302.81º98.28%68.24%-
XYZ24.3711.8237.07-
YUV72.71180.65200.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 166 (65.23% from 255) = 48.40%
R=50.73%
G=0.87%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174316600.980.050.32302.8196.6134.71
HexAE3A606252012f6123
Octal2563246014254045714143
Binary101011101110100110011000101011000001001011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE03A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE03A6; }

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

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

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

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

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

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

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

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