#AE10A7

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

Shades of Dark Magenta #AE10A7

Tints of Dark Magenta #AE10A7

Color information

#AE10A7 (or 0xAE10A7) is unknown color: approx Dark Magenta. HEX triplet: AE, 10 and A7. RGB value is (174,16,167). Sum of RGB (Red+Green+Blue) = 174+16+167=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE10A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10A7 is #51EF58. Grayscale: #505050. Windows color (decimal): -5369689 or 10948782. OLE color: 10948782.

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

Color convert

RGB17416167-
CMYK00.910.040.32
HSL302.66º83.16%37.25%-
HSV(B)302.66º90.8%68.24%-
XYZ24.6212.1637.61-
YUV80.46176.85194.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 16 (6.64% from 255) = 4.48%
BLUE value IS 167 (65.62% from 255) = 46.78%
R=48.74%
G=4.48%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741616700.910.040.32302.6683.1637.25
HexAE10A705B42012f5325
Octal25620247013344045712345
Binary101011101000010100111010110111001000001001011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE10A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE10A7; }

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

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

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

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

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

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

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

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