Html Css Color HEX #AA1CA9 Dark Magenta

📋 copy color: '#AA1CA9'

red 170 ◦ green 28 ◦ blue 169

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

Shades of Dark Magenta #AA1CA9

Tints of Dark Magenta #AA1CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

 BLUE value IS 169 (66.41% from 255) = 46.05%

R = 46.32%
G = 7.63%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA1CA9 (or 0xAA1CA9) is known color: Dark Magenta. HEX triplet: AA, 1C and A9. RGB value is (170,28,169). Sum of RGB (Red+Green+Blue) = 170+28+169=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CA9 is #55E356. Grayscale: #565656. Windows color (decimal): -5628759 or 11082922. OLE color: 11082922.

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

Color convert

RGB 170 28 169 -
CMYK 0 0.84 0.01 0.33
HSL 300.42º 0.72% 0.39% -
HSV(B) 300.42º 0.84% 0.67% -
XYZ 24.15 12.24 38.63 -
YUV 86.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 170 28 169 0 0.84 0.01 0.33 300.42 0.72 0.39
Hex AA 1C A9 0 54 1 21 12C 48 27
Octal 252 34 251 0 124 1 41 454 110 47
Binary 10101010 11100 10101001 0 1010100 1 100001 100101100 1001000 100111

Color Harmonies of #AA1CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CA9

Black with #AA1CA9

Text Example


Text Example

White with #AA1CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CA9; }

 p { color: rgb(170,28,169); }

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

background-color css

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

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

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

border-color css

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

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

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