#AE0199

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

Shades of Dark Magenta #AE0199

Tints of Dark Magenta #AE0199

Color information

#AE0199 (or 0xAE0199) is unknown color: approx Dark Magenta. HEX triplet: AE, 01 and 99. RGB value is (174,1,153). Sum of RGB (Red+Green+Blue) = 174+1+153=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0199 is #51FE66. Grayscale: #454545. Windows color (decimal): -5373543 or 10027438. OLE color: 10027438.

HSL color Cylindrical-coordinate representation of color #AE0199: hue angle of 307.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0199 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB1741153-
CMYK00.990.120.32
HSL307.28º98.86%34.31%-
HSV(B)307.28º99.43%68.24%-
XYZ23.2211.3231.1-
YUV70.06174.81202.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=53.05%
G=0.30%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174115300.990.120.32307.2898.8634.31
HexAE199063C201336322
Octal25612310143144046314342
Binary101011101100110010110001111001000001001100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0199; }

 p { color: rgb(174,1,153); }

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

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

 a { background-color: rgb(174,1,153); }

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

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

 span { border-color: rgb(174,1,153); }

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