Html Css Color HEX #AA0AA6 Dark Magenta

📋 copy color: '#AA0AA6'

red 170 ◦ green 10 ◦ blue 166

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

Shades of Dark Magenta #AA0AA6

Tints of Dark Magenta #AA0AA6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

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

R = 49.13%
G = 2.89%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA0AA6 (or 0xAA0AA6) is known color: Dark Magenta. HEX triplet: AA, 0A and A6. RGB value is (170,10,166). Sum of RGB (Red+Green+Blue) = 170+10+166=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA6 is #55F559. Grayscale: #4B4B4B. Windows color (decimal): -5633370 or 10881706. OLE color: 10881706.

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

Color convert

RGB 170 10 166 -
CMYK 0 0.94 0.02 0.33
HSL 301.5º 0.89% 0.35% -
HSV(B) 301.5º 0.94% 0.67% -
XYZ 23.57 11.52 37.06 -
YUV 75.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 170 10 166 0 0.94 0.02 0.33 301.5 0.89 0.35
Hex AA A A6 0 5E 2 21 12E 59 23
Octal 252 12 246 0 136 2 41 456 131 43
Binary 10101010 1010 10100110 0 1011110 10 100001 100101110 1011001 100011

Color Harmonies of #AA0AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AA6

Black with #AA0AA6

Text Example


Text Example

White with #AA0AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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