#AE099E

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

Shades of Dark Magenta #AE099E

Tints of Dark Magenta #AE099E

Color information

#AE099E (or 0xAE099E) is unknown color: approx Dark Magenta. HEX triplet: AE, 09 and 9E. RGB value is (174,9,158). Sum of RGB (Red+Green+Blue) = 174+9+158=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE099E is #51F661. Grayscale: #4A4A4A. Windows color (decimal): -5371490 or 10357166. OLE color: 10357166.

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

Color convert

RGB1749158-
CMYK00.950.090.32
HSL305.82º90.16%35.88%-
HSV(B)305.82º94.83%68.24%-
XYZ23.7211.6633.35-
YUV75.32174.66198.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 9 (3.91% from 255) = 2.64%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=51.03%
G=2.64%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174915800.950.090.32305.8290.1635.88
HexAE99E05F9201325a24
Octal256112360137114046213244
Binary101011101001100111100101111110011000001001100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE099E; }

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

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

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

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

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

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

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

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