#ae0b9c

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

Shades of Dark Magenta #AE0B9C

Tints of Dark Magenta #AE0B9C

Color information

#AE0B9C (or 0xAE0B9C) is unknown color: approx Dark Magenta. HEX triplet: AE, 0B and 9C. RGB value is (174,11,156). Sum of RGB (Red+Green+Blue) = 174+11+156=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0B9C is #51F463. Grayscale: #4B4B4B. Windows color (decimal): -5370980 or 10226606. OLE color: 10226606.

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

Color convert

RGB17411156-
CMYK00.940.100.32
HSL306.63º88.11%36.27%-
HSV(B)306.63º93.68%68.24%-
XYZ23.5811.6432.46-
YUV76.27173197.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 11 (4.69% from 255) = 3.23%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=51.03%
G=3.23%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741115600.940.100.32306.6388.1136.27
HexAEB9C05EA201335824
Octal256132340136124046313044
Binary101011101011100111000101111010101000001001100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b9c; }

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

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

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

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

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

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

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

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