#AE0BAA

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

Shades of Deep Magenta #AE0BAA

Tints of Deep Magenta #AE0BAA

Color information

#AE0BAA (or 0xAE0BAA) is unknown color: approx Deep Magenta. HEX triplet: AE, 0B and AA. RGB value is (174,11,170). Sum of RGB (Red+Green+Blue) = 174+11+170=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BAA is #51F455. Grayscale: #4D4D4D. Windows color (decimal): -5370966 or 11144110. OLE color: 11144110.

HSL color Cylindrical-coordinate representation of color #AE0BAA: hue angle of 301.47º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BAA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17411170-
CMYK00.940.020.32
HSL301.47º88.11%36.27%-
HSV(B)301.47º93.68%68.24%-
XYZ24.8312.1439.06-
YUV77.86180196.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 11 (4.69% from 255) = 3.10%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=49.01%
G=3.10%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741117000.940.020.32301.4788.1136.27
HexAEBAA05E22012d5824
Octal25613252013624045513044
Binary1010111010111010101001011110101000001001011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0BAA; }

 p { color: rgb(174,11,170); }

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

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

 a { background-color: rgb(174,11,170); }

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

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

 span { border-color: rgb(174,11,170); }

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