Html Css Color HEX #AA12AA Dark Magenta

📋 copy color: '#AA12AA'

red 170 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #AA12AA

Tints of Dark Magenta #AA12AA

RGB

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

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

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

R = 47.49%
G = 5.03%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA12AA (or 0xAA12AA) is known color: Dark Magenta. HEX triplet: AA, 12 and AA. RGB value is (170,18,170). Sum of RGB (Red+Green+Blue) = 170+18+170=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12AA is #55ED55. Grayscale: #505050. Windows color (decimal): -5631318 or 11145898. OLE color: 11145898.

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

Color convert

RGB 170 18 170 -
CMYK 0 0.89 0 0.33
HSL 300º 0.81% 0.37% -
HSV(B) 300º 0.89% 0.67% -
XYZ 24.05 11.88 39.06 -
YUV 80.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 170 18 170 0 0.89 0 0.33 300 0.81 0.37
Hex AA 12 AA 0 59 0 21 12C 51 25
Octal 252 22 252 0 131 0 41 454 121 45
Binary 10101010 10010 10101010 0 1011001 0 100001 100101100 1010001 100101

Color Harmonies of #AA12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12AA

Black with #AA12AA

Text Example


Text Example

White with #AA12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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