Html Css Color HEX #AA01A6 Dark Magenta

📋 copy color: '#AA01A6'

red 170 ◦ green 1 ◦ blue 166

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

Shades of Dark Magenta #AA01A6

Tints of Dark Magenta #AA01A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 50.45%
G = 0.3%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA01A6 (or 0xAA01A6) is known color: Dark Magenta. HEX triplet: AA, 01 and A6. RGB value is (170,1,166). Sum of RGB (Red+Green+Blue) = 170+1+166=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A6 is #55FE59. Grayscale: #454545. Windows color (decimal): -5635674 or 10879402. OLE color: 10879402.

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

Color convert

RGB 170 1 166 -
CMYK 0 0.99 0.02 0.33
HSL 301.42º 0.99% 0.34% -
HSV(B) 301.42º 0.99% 0.67% -
XYZ 23.47 11.32 37.02 -
YUV 70.34 181.99 199.08 -
System Red Green Blue C M Y K H S L
Decimal 170 1 166 0 0.99 0.02 0.33 301.42 0.99 0.34
Hex AA 1 A6 0 63 2 21 12D 63 22
Octal 252 1 246 0 143 2 41 455 143 42
Binary 10101010 1 10100110 0 1100011 10 100001 100101101 1100011 100010

Color Harmonies of #AA01A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01A6

Black with #AA01A6

Text Example


Text Example

White with #AA01A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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