Html Css Color HEX #AA1EA5 Dark Magenta

📋 copy color: '#AA1EA5'

red 170 ◦ green 30 ◦ blue 165

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

Shades of Dark Magenta #AA1EA5

Tints of Dark Magenta #AA1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

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

R = 46.58%
G = 8.22%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA1EA5 (or 0xAA1EA5) is known color: Dark Magenta. HEX triplet: AA, 1E and A5. RGB value is (170,30,165). Sum of RGB (Red+Green+Blue) = 170+30+165=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EA5 is #55E15A. Grayscale: #565656. Windows color (decimal): -5628251 or 10821290. OLE color: 10821290.

HSL color Cylindrical-coordinate representation of color #AA1EA5: hue angle of 302.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1EA5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 165 -
CMYK 0 0.82 0.03 0.33
HSL 302.14º 0.7% 0.39% -
HSV(B) 302.14º 0.82% 0.67% -
XYZ 23.83 12.19 36.69 -
YUV 87.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 170 30 165 0 0.82 0.03 0.33 302.14 0.7 0.39
Hex AA 1E A5 0 52 3 21 12E 46 27
Octal 252 36 245 0 122 3 41 456 106 47
Binary 10101010 11110 10100101 0 1010010 11 100001 100101110 1000110 100111

Color Harmonies of #AA1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EA5

Black with #AA1EA5

Text Example


Text Example

White with #AA1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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