#AE0BA6

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

Shades of Dark Magenta #AE0BA6

Tints of Dark Magenta #AE0BA6

Color information

#AE0BA6 (or 0xAE0BA6) is unknown color: approx Dark Magenta. HEX triplet: AE, 0B and A6. RGB value is (174,11,166). Sum of RGB (Red+Green+Blue) = 174+11+166=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BA6 is #51F459. Grayscale: #4C4C4C. Windows color (decimal): -5370970 or 10881966. OLE color: 10881966.

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

Color convert

RGB17411166-
CMYK00.940.050.32
HSL302.94º88.11%36.27%-
HSV(B)302.94º93.68%68.24%-
XYZ24.4611.9937.1-
YUV77.41178196.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 11 (4.69% from 255) = 3.13%
BLUE value IS 166 (65.23% from 255) = 47.29%
R=49.57%
G=3.13%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741116600.940.050.32302.9488.1136.27
HexAEBA605E52012f5824
Octal25613246013654045713044
Binary10101110101110100110010111101011000001001011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0BA6; }

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

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

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

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

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

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

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

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