Html Css Color HEX #AA06A6 Dark Magenta

📋 copy color: '#AA06A6'

red 170 ◦ green 6 ◦ blue 166

#AA06A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA06A6

Tints of Dark Magenta #AA06A6

RGB

 RED value IS 170 (66.8% from 255) = 49.71%

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 166 (65.23% from 255) = 48.54%

R = 49.71%
G = 1.75%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA06A6 (or 0xAA06A6) is known color: Dark Magenta. HEX triplet: AA, 06 and A6. RGB value is (170,6,166). Sum of RGB (Red+Green+Blue) = 170+6+166=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06A6 is #55F959. Grayscale: #484848. Windows color (decimal): -5634394 or 10880682. OLE color: 10880682.

HSL color Cylindrical-coordinate representation of color #AA06A6: hue angle of 301.46º 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 #AA06A6 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 166 -
CMYK 0 0.96 0.02 0.33
HSL 301.46º 0.93% 0.35% -
HSV(B) 301.46º 0.96% 0.67% -
XYZ 23.53 11.43 37.04 -
YUV 73.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 170 6 166 0 0.96 0.02 0.33 301.46 0.93 0.35
Hex AA 6 A6 0 60 2 21 12D 5D 23
Octal 252 6 246 0 140 2 41 455 135 43
Binary 10101010 110 10100110 0 1100000 10 100001 100101101 1011101 100011

Color Harmonies of #AA06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06A6

Black with #AA06A6

Text Example


Text Example

White with #AA06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06A6; }

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

 H1.HeaderClassName
 {
   color: #AA06A6;
 }
 .AnyTagClassName
 {
   color: #AA06A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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