#AA00A3

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

Shades of Dark Magenta #AA00A3

Tints of Dark Magenta #AA00A3

Color information

#AA00A3 (or 0xAA00A3) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and A3. RGB value is (170,0,163). Sum of RGB (Red+Green+Blue) = 170+0+163=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A3 is #55FF5C. Grayscale: #444444. Windows color (decimal): -5635933 or 10682538. OLE color: 10682538.

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

Color convert

RGB1700163-
CMYK010.040.33
HSL302.47º100%33.33%-
HSV(B)302.47º100%66.67%-
XYZ23.1911.1935.59-
YUV69.41180.82199.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 48.95%
R=51.05%
G=0%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700163010.040.33302.4710033.33
HexAA0A306442112e6421
Octal2520243014444145614441
Binary10101010010100011011001001001000011001011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00A3; }

 p { color: rgb(170,0,163); }

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

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

 a { background-color: rgb(170,0,163); }

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

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

 span { border-color: rgb(170,0,163); }

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