#AE0295

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

Shades of Dark Magenta #AE0295

Tints of Dark Magenta #AE0295

Color information

#AE0295 (or 0xAE0295) is unknown color: approx Dark Magenta. HEX triplet: AE, 02 and 95. RGB value is (174,2,149). Sum of RGB (Red+Green+Blue) = 174+2+149=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0295 is #51FD6A. Grayscale: #454545. Windows color (decimal): -5373291 or 9765550. OLE color: 9765550.

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

Color convert

RGB1742149-
CMYK00.990.140.32
HSL308.72º97.73%34.51%-
HSV(B)308.72º98.85%68.24%-
XYZ22.911.2129.39-
YUV70.19172.48202.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=53.54%
G=0.62%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174214900.990.140.32308.7297.7334.51
HexAE295063E201356223
Octal25622250143164046514243
Binary1010111010100101010110001111101000001001101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0295; }

 p { color: rgb(174,2,149); }

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

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

 a { background-color: rgb(174,2,149); }

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

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

 span { border-color: rgb(174,2,149); }

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