#AE03AC

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

Shades of Deep Magenta #AE03AC

Tints of Deep Magenta #AE03AC

Color information

#AE03AC (or 0xAE03AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 03 and AC. RGB value is (174,3,172). Sum of RGB (Red+Green+Blue) = 174+3+172=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE03AC is #51FC53. Grayscale: #484848. Windows color (decimal): -5373012 or 11273134. OLE color: 11273134.

HSL color Cylindrical-coordinate representation of color #AE03AC: hue angle of 300.7º 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 #AE03AC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB1743172-
CMYK00.980.010.32
HSL300.7º96.61%34.71%-
HSV(B)300.7º98.28%68.24%-
XYZ24.9312.0440.04-
YUV73.4183.65199.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=49.86%
G=0.86%
B=49.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174317200.980.010.32300.796.6134.71
HexAE3AC06212012d6123
Octal2563254014214045514143
Binary1010111011101011000110001011000001001011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE03AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE03AC; }

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

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

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

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

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

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

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

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