#AE099C

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

Shades of Dark Magenta #AE099C

Tints of Dark Magenta #AE099C

Color information

#AE099C (or 0xAE099C) is unknown color: approx Dark Magenta. HEX triplet: AE, 09 and 9C. RGB value is (174,9,156). Sum of RGB (Red+Green+Blue) = 174+9+156=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE099C is #51F663. Grayscale: #4A4A4A. Windows color (decimal): -5371492 or 10226094. OLE color: 10226094.

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

Color convert

RGB1749156-
CMYK00.950.100.32
HSL306.55º90.16%35.88%-
HSV(B)306.55º94.83%68.24%-
XYZ23.5511.5932.45-
YUV75.09173.66198.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=51.33%
G=2.65%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174915600.950.100.32306.5590.1635.88
HexAE99C05FA201335a24
Octal256112340137124046313244
Binary101011101001100111000101111110101000001001100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE099C; }

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

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

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

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

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

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

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

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