#AE06AB

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

Shades of Deep Magenta #AE06AB

Tints of Deep Magenta #AE06AB

Color information

#AE06AB (or 0xAE06AB) is unknown color: approx Deep Magenta. HEX triplet: AE, 06 and AB. RGB value is (174,6,171). Sum of RGB (Red+Green+Blue) = 174+6+171=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE06AB is #51F954. Grayscale: #4A4A4A. Windows color (decimal): -5372245 or 11208366. OLE color: 11208366.

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

Color convert

RGB1746171-
CMYK00.970.020.32
HSL301.07º93.33%35.29%-
HSV(B)301.07º96.55%68.24%-
XYZ24.8712.0739.55-
YUV75.04182.16198.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=49.57%
G=1.71%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174617100.970.020.32301.0793.3335.29
HexAE6AB06122012d5d23
Octal2566253014124045513543
Binary101011101101010101101100001101000001001011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE06AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE06AB; }

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

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

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

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

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

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

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

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