#AE0BAB

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

Shades of Deep Magenta #AE0BAB

Tints of Deep Magenta #AE0BAB

Color information

#AE0BAB (or 0xAE0BAB) is unknown color: approx Deep Magenta. HEX triplet: AE, 0B and AB. RGB value is (174,11,171). Sum of RGB (Red+Green+Blue) = 174+11+171=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BAB is #51F454. Grayscale: #4D4D4D. Windows color (decimal): -5370965 or 11209646. OLE color: 11209646.

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

Color convert

RGB17411171-
CMYK00.940.020.32
HSL301.1º88.11%36.27%-
HSV(B)301.1º93.68%68.24%-
XYZ24.9312.1839.56-
YUV77.98180.5196.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=48.88%
G=3.09%
B=48.03%

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
Decimal1741117100.940.020.32301.188.1136.27
HexAEBAB05E22012d5824
Octal25613253013624045513044
Binary1010111010111010101101011110101000001001011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0BAB; }

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

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

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

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

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

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

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

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