Html Css Color HEX #AA01A1 Dark Magenta

📋 copy color: '#AA01A1'

red 170 ◦ green 1 ◦ blue 161

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

Shades of Dark Magenta #AA01A1

Tints of Dark Magenta #AA01A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 161 (63.28% from 255) = 48.49%

R = 51.2%
G = 0.3%
B = 48.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA01A1 (or 0xAA01A1) is known color: Dark Magenta. HEX triplet: AA, 01 and A1. RGB value is (170,1,161). Sum of RGB (Red+Green+Blue) = 170+1+161=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A1 is #55FE5E. Grayscale: #454545. Windows color (decimal): -5635679 or 10551722. OLE color: 10551722.

HSL color Cylindrical-coordinate representation of color #AA01A1: hue angle of 303.2º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01A1 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 161 -
CMYK 0 0.99 0.05 0.33
HSL 303.2º 0.99% 0.34% -
HSV(B) 303.2º 0.99% 0.67% -
XYZ 23.02 11.14 34.66 -
YUV 69.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 170 1 161 0 0.99 0.05 0.33 303.2 0.99 0.34
Hex AA 1 A1 0 63 5 21 12F 63 22
Octal 252 1 241 0 143 5 41 457 143 42
Binary 10101010 1 10100001 0 1100011 101 100001 100101111 1100011 100010

Color Harmonies of #AA01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01A1

Black with #AA01A1

Text Example


Text Example

White with #AA01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01A1; }

 p { color: rgb(170,1,161); }

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

background-color css

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

 a { background-color: rgb(170,1,161); }

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

border-color css

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

 span { border-color: rgb(170,1,161); }

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