Html Css Color HEX #AA1AAA Dark Magenta

📋 copy color: '#AA1AAA'

red 170 ◦ green 26 ◦ blue 170

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

Shades of Dark Magenta #AA1AAA

Tints of Dark Magenta #AA1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

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

R = 46.45%
G = 7.1%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1AAA (or 0xAA1AAA) is known color: Dark Magenta. HEX triplet: AA, 1A and AA. RGB value is (170,26,170). Sum of RGB (Red+Green+Blue) = 170+26+170=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAA is #55E555. Grayscale: #555555. Windows color (decimal): -5629270 or 11147946. OLE color: 11147946.

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

Color convert

RGB 170 26 170 -
CMYK 0 0.85 0 0.33
HSL 300º 0.73% 0.38% -
HSV(B) 300º 0.85% 0.67% -
XYZ 24.2 12.19 39.11 -
YUV 85.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 170 26 170 0 0.85 0 0.33 300 0.73 0.38
Hex AA 1A AA 0 55 0 21 12C 49 26
Octal 252 32 252 0 125 0 41 454 111 46
Binary 10101010 11010 10101010 0 1010101 0 100001 100101100 1001001 100110

Color Harmonies of #AA1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AAA

Black with #AA1AAA

Text Example


Text Example

White with #AA1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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