#AA13A7

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

Shades of Dark Magenta #AA13A7

Tints of Dark Magenta #AA13A7

Color information

#AA13A7 (or 0xAA13A7) is unknown color: approx Dark Magenta. HEX triplet: AA, 13 and A7. RGB value is (170,19,167). Sum of RGB (Red+Green+Blue) = 170+19+167=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA13A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13A7 is #55EC58. Grayscale: #505050. Windows color (decimal): -5631065 or 10949546. OLE color: 10949546.

HSL color Cylindrical-coordinate representation of color #AA13A7: hue angle of 301.19º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA13A7 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17019167-
CMYK00.890.020.33
HSL301.19º79.89%37.06%-
HSV(B)301.19º88.82%66.67%-
XYZ23.7911.837.58-
YUV81.02176.53191.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 19 (7.81% from 255) = 5.34%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=47.75%
G=5.34%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701916700.890.020.33301.1979.8937.06
HexAA13A705922112d5025
Octal25223247013124145512045
Binary10101010100111010011101011001101000011001011011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA13A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA13A7; }

 p { color: rgb(170,19,167); }

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

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

 a { background-color: rgb(170,19,167); }

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

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

 span { border-color: rgb(170,19,167); }

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