#AA04A7

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

Shades of Dark Magenta #AA04A7

Tints of Dark Magenta #AA04A7

Color information

#AA04A7 (or 0xAA04A7) is unknown color: approx Dark Magenta. HEX triplet: AA, 04 and A7. RGB value is (170,4,167). Sum of RGB (Red+Green+Blue) = 170+4+167=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A7 is #55FB58. Grayscale: #474747. Windows color (decimal): -5634905 or 10945706. OLE color: 10945706.

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

Color convert

RGB1704167-
CMYK00.980.020.33
HSL301.08º95.4%34.12%-
HSV(B)301.08º97.65%66.67%-
XYZ23.611.4237.52-
YUV72.22181.5197.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 167 (65.62% from 255) = 48.97%
R=49.85%
G=1.17%
B=48.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170416700.980.020.33301.0895.434.12
HexAA4A706222112d5f22
Octal2524247014224145513742
Binary101010101001010011101100010101000011001011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04A7; }

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

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

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

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

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

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

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

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