Html Css Color HEX #AA1AA1 Dark Magenta

📋 copy color: '#AA1AA1'

red 170 ◦ green 26 ◦ blue 161

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

Shades of Dark Magenta #AA1AA1

Tints of Dark Magenta #AA1AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 47.62%
G = 7.28%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA1AA1 (or 0xAA1AA1) is known color: Dark Magenta. HEX triplet: AA, 1A and A1. RGB value is (170,26,161). Sum of RGB (Red+Green+Blue) = 170+26+161=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AA1 is #55E55E. Grayscale: #545454. Windows color (decimal): -5629279 or 10558122. OLE color: 10558122.

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

Color convert

RGB 170 26 161 -
CMYK 0 0.85 0.05 0.33
HSL 303.75º 0.73% 0.38% -
HSV(B) 303.75º 0.85% 0.67% -
XYZ 23.38 11.86 34.77 -
YUV 84.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 170 26 161 0 0.85 0.05 0.33 303.75 0.73 0.38
Hex AA 1A A1 0 55 5 21 130 49 26
Octal 252 32 241 0 125 5 41 460 111 46
Binary 10101010 11010 10100001 0 1010101 101 100001 100110000 1001001 100110

Color Harmonies of #AA1AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AA1

Black with #AA1AA1

Text Example


Text Example

White with #AA1AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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