Html Css Color HEX #AA00A2 Dark Magenta

📋 copy color: '#AA00A2'

red 170 ◦ green 0 ◦ blue 162

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

Shades of Dark Magenta #AA00A2

Tints of Dark Magenta #AA00A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 51.2%
G = 0%
B = 48.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA00A2 (or 0xAA00A2) is known color: Dark Magenta. HEX triplet: AA, 00 and A2. RGB value is (170,0,162). Sum of RGB (Red+Green+Blue) = 170+0+162=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A2 is #55FF5D. Grayscale: #444444. Windows color (decimal): -5635934 or 10617002. OLE color: 10617002.

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

Color convert

RGB 170 0 162 -
CMYK 0 1 0.05 0.33
HSL 302.82º 1% 0.33% -
HSV(B) 302.82º 1% 0.67% -
XYZ 23.1 11.15 35.12 -
YUV 69.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 170 0 162 0 1 0.05 0.33 302.82 1 0.33
Hex AA 0 A2 0 64 5 21 12F 64 21
Octal 252 0 242 0 144 5 41 457 144 41
Binary 10101010 0 10100010 0 1100100 101 100001 100101111 1100100 100001

Color Harmonies of #AA00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00A2

Black with #AA00A2

Text Example


Text Example

White with #AA00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00A2; }

 p { color: rgb(170,0,162); }

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

background-color css

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

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

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

border-color css

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

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

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