Html Css Color HEX #AA12A6 Dark Magenta

📋 copy color: '#AA12A6'

red 170 ◦ green 18 ◦ blue 166

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

Shades of Dark Magenta #AA12A6

Tints of Dark Magenta #AA12A6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

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

R = 48.02%
G = 5.08%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA12A6 (or 0xAA12A6) is known color: Dark Magenta. HEX triplet: AA, 12 and A6. RGB value is (170,18,166). Sum of RGB (Red+Green+Blue) = 170+18+166=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA12A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12A6 is #55ED59. Grayscale: #4F4F4F. Windows color (decimal): -5631322 or 10883754. OLE color: 10883754.

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

Color convert

RGB 170 18 166 -
CMYK 0 0.89 0.02 0.33
HSL 301.58º 0.81% 0.37% -
HSV(B) 301.58º 0.89% 0.67% -
XYZ 23.68 11.73 37.09 -
YUV 80.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 170 18 166 0 0.89 0.02 0.33 301.58 0.81 0.37
Hex AA 12 A6 0 59 2 21 12E 51 25
Octal 252 22 246 0 131 2 41 456 121 45
Binary 10101010 10010 10100110 0 1011001 10 100001 100101110 1010001 100101

Color Harmonies of #AA12A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12A6

Black with #AA12A6

Text Example


Text Example

White with #AA12A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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