Html Css Color HEX #AA1AA5 Dark Magenta

📋 copy color: '#AA1AA5'

red 170 ◦ green 26 ◦ blue 165

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

Shades of Dark Magenta #AA1AA5

Tints of Dark Magenta #AA1AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 47.09%
G = 7.2%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA1AA5 (or 0xAA1AA5) is known color: Dark Magenta. HEX triplet: AA, 1A and A5. RGB value is (170,26,165). Sum of RGB (Red+Green+Blue) = 170+26+165=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AA5 is #55E55A. Grayscale: #545454. Windows color (decimal): -5629275 or 10820266. OLE color: 10820266.

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

Color convert

RGB 170 26 165 -
CMYK 0 0.85 0.03 0.33
HSL 302.08º 0.73% 0.38% -
HSV(B) 302.08º 0.85% 0.67% -
XYZ 23.74 12 36.66 -
YUV 84.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 170 26 165 0 0.85 0.03 0.33 302.08 0.73 0.38
Hex AA 1A A5 0 55 3 21 12E 49 26
Octal 252 32 245 0 125 3 41 456 111 46
Binary 10101010 11010 10100101 0 1010101 11 100001 100101110 1001001 100110

Color Harmonies of #AA1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AA5

Black with #AA1AA5

Text Example


Text Example

White with #AA1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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