#AA06A3

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

Shades of Dark Magenta #AA06A3

Tints of Dark Magenta #AA06A3

Color information

#AA06A3 (or 0xAA06A3) is unknown color: approx Dark Magenta. HEX triplet: AA, 06 and A3. RGB value is (170,6,163). Sum of RGB (Red+Green+Blue) = 170+6+163=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA06A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06A3 is #55F95C. Grayscale: #484848. Windows color (decimal): -5634397 or 10684074. OLE color: 10684074.

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

Color convert

RGB1706163-
CMYK00.960.040.33
HSL302.56º93.18%34.51%-
HSV(B)302.56º96.47%66.67%-
XYZ23.2511.3235.61-
YUV72.93178.83197.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 6 (2.73% from 255) = 1.77%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=50.15%
G=1.77%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170616300.960.040.33302.5693.1834.51
HexAA6A306042112f5d23
Octal2526243014044145713543
Binary1010101011010100011011000001001000011001011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06A3; }

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

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

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

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

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

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

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

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