Html Css Color HEX #AA05AB Dark Magenta

📋 copy color: '#AA05AB'

red 170 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #AA05AB

Tints of Dark Magenta #AA05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 49.13%
G = 1.45%
B = 49.42%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA05AB (or 0xAA05AB) is known color: Dark Magenta. HEX triplet: AA, 05 and AB. RGB value is (170,5,171). Sum of RGB (Red+Green+Blue) = 170+5+171=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA05AB is #55FA54. Grayscale: #484848. Windows color (decimal): -5634645 or 11208106. OLE color: 11208106.

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

Color convert

RGB 170 5 171 -
CMYK 0.01 0.97 0 0.33
HSL 299.64º 0.94% 0.35% -
HSV(B) 299.64º 0.97% 0.67% -
XYZ 23.98 11.59 39.5 -
YUV 73.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 170 5 171 0.01 0.97 0 0.33 299.64 0.94 0.35
Hex AA 5 AB 1 61 0 21 12C 5E 23
Octal 252 5 253 1 141 0 41 454 136 43
Binary 10101010 101 10101011 1 1100001 0 100001 100101100 1011110 100011

Color Harmonies of #AA05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05AB

Black with #AA05AB

Text Example


Text Example

White with #AA05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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