Html Css Color HEX #AA1CAA Dark Magenta

📋 copy color: '#AA1CAA'

red 170 ◦ green 28 ◦ blue 170

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

Shades of Dark Magenta #AA1CAA

Tints of Dark Magenta #AA1CAA

RGB

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

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

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

R = 46.2%
G = 7.61%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1CAA (or 0xAA1CAA) is known color: Dark Magenta. HEX triplet: AA, 1C and AA. RGB value is (170,28,170). Sum of RGB (Red+Green+Blue) = 170+28+170=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CAA is #55E355. Grayscale: #565656. Windows color (decimal): -5628758 or 11148458. OLE color: 11148458.

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

Color convert

RGB 170 28 170 -
CMYK 0 0.84 0 0.33
HSL 300º 0.72% 0.39% -
HSV(B) 300º 0.84% 0.67% -
XYZ 24.25 12.28 39.12 -
YUV 86.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 170 28 170 0 0.84 0 0.33 300 0.72 0.39
Hex AA 1C AA 0 54 0 21 12C 48 27
Octal 252 34 252 0 124 0 41 454 110 47
Binary 10101010 11100 10101010 0 1010100 0 100001 100101100 1001000 100111

Color Harmonies of #AA1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CAA

Black with #AA1CAA

Text Example


Text Example

White with #AA1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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