#AE10A5

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

Shades of Dark Magenta #AE10A5

Tints of Dark Magenta #AE10A5

Color information

#AE10A5 (or 0xAE10A5) is unknown color: approx Dark Magenta. HEX triplet: AE, 10 and A5. RGB value is (174,16,165). Sum of RGB (Red+Green+Blue) = 174+16+165=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE10A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10A5 is #51EF5A. Grayscale: #4F4F4F. Windows color (decimal): -5369691 or 10817710. OLE color: 10817710.

HSL color Cylindrical-coordinate representation of color #AE10A5: hue angle of 303.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10A5 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17416165-
CMYK00.910.050.32
HSL303.42º83.16%37.25%-
HSV(B)303.42º90.8%68.24%-
XYZ24.4312.0936.64-
YUV80.23175.85194.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=49.01%
G=4.51%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741616500.910.050.32303.4283.1637.25
HexAE10A505B52012f5325
Octal25620245013354045712345
Binary101011101000010100101010110111011000001001011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE10A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE10A5; }

 p { color: rgb(174,16,165); }

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

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

 a { background-color: rgb(174,16,165); }

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

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

 span { border-color: rgb(174,16,165); }

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