Html Css Color HEX #AA06AB Dark Magenta

📋 copy color: '#AA06AB'

red 170 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #AA06AB

Tints of Dark Magenta #AA06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 48.99%
G = 1.73%
B = 49.28%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA06AB (or 0xAA06AB) is known color: Dark Magenta. HEX triplet: AA, 06 and AB. RGB value is (170,6,171). Sum of RGB (Red+Green+Blue) = 170+6+171=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06AB is #55F954. Grayscale: #494949. Windows color (decimal): -5634389 or 11208362. OLE color: 11208362.

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

Color convert

RGB 170 6 171 -
CMYK 0.01 0.96 0 0.33
HSL 299.64º 0.93% 0.35% -
HSV(B) 299.64º 0.96% 0.67% -
XYZ 23.99 11.62 39.51 -
YUV 73.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 170 6 171 0.01 0.96 0 0.33 299.64 0.93 0.35
Hex AA 6 AB 1 60 0 21 12C 5D 23
Octal 252 6 253 1 140 0 41 454 135 43
Binary 10101010 110 10101011 1 1100000 0 100001 100101100 1011101 100011

Color Harmonies of #AA06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06AB

Black with #AA06AB

Text Example


Text Example

White with #AA06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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