Html Css Color HEX #AA06A0 Dark Magenta

📋 copy color: '#AA06A0'

red 170 ◦ green 6 ◦ blue 160

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

Shades of Dark Magenta #AA06A0

Tints of Dark Magenta #AA06A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 50.6%
G = 1.79%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA06A0 (or 0xAA06A0) is known color: Dark Magenta. HEX triplet: AA, 06 and A0. RGB value is (170,6,160). Sum of RGB (Red+Green+Blue) = 170+6+160=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA06A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06A0 is #55F95F. Grayscale: #484848. Windows color (decimal): -5634400 or 10487466. OLE color: 10487466.

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

Color convert

RGB 170 6 160 -
CMYK 0 0.96 0.06 0.33
HSL 303.66º 0.93% 0.35% -
HSV(B) 303.66º 0.96% 0.67% -
XYZ 22.99 11.21 34.21 -
YUV 72.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 170 6 160 0 0.96 0.06 0.33 303.66 0.93 0.35
Hex AA 6 A0 0 60 6 21 130 5D 23
Octal 252 6 240 0 140 6 41 460 135 43
Binary 10101010 110 10100000 0 1100000 110 100001 100110000 1011101 100011

Color Harmonies of #AA06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06A0

Black with #AA06A0

Text Example


Text Example

White with #AA06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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