Html Css Color HEX #AA01AA Dark Magenta

📋 copy color: '#AA01AA'

red 170 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #AA01AA

Tints of Dark Magenta #AA01AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 49.85%
G = 0.29%
B = 49.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA01AA (or 0xAA01AA) is known color: Dark Magenta. HEX triplet: AA, 01 and AA. RGB value is (170,1,170). Sum of RGB (Red+Green+Blue) = 170+1+170=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01AA is #55FE55. Grayscale: #464646. Windows color (decimal): -5635670 or 11141546. OLE color: 11141546.

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

Color convert

RGB 170 1 170 -
CMYK 0 0.99 0 0.33
HSL 300º 0.99% 0.34% -
HSV(B) 300º 0.99% 0.67% -
XYZ 23.84 11.47 38.99 -
YUV 70.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 170 1 170 0 0.99 0 0.33 300 0.99 0.34
Hex AA 1 AA 0 63 0 21 12C 63 22
Octal 252 1 252 0 143 0 41 454 143 42
Binary 10101010 1 10101010 0 1100011 0 100001 100101100 1100011 100010

Color Harmonies of #AA01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01AA

Black with #AA01AA

Text Example


Text Example

White with #AA01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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