Html Css Color HEX #AA1299 Dark Magenta

📋 copy color: '#AA1299'

red 170 ◦ green 18 ◦ blue 153

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

Shades of Dark Magenta #AA1299

Tints of Dark Magenta #AA1299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 49.85%
G = 5.28%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA1299 (or 0xAA1299) is known color: Dark Magenta. HEX triplet: AA, 12 and 99. RGB value is (170,18,153). Sum of RGB (Red+Green+Blue) = 170+18+153=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1299 is #55ED66. Grayscale: #4E4E4E. Windows color (decimal): -5631335 or 10031786. OLE color: 10031786.

HSL color Cylindrical-coordinate representation of color #AA1299: hue angle of 306.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1299 is Cyan = 0, Magento = 0.89, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 153 -
CMYK 0 0.89 0.1 0.33
HSL 306.71º 0.81% 0.37% -
HSV(B) 306.71º 0.89% 0.67% -
XYZ 22.54 11.28 31.13 -
YUV 78.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 170 18 153 0 0.89 0.1 0.33 306.71 0.81 0.37
Hex AA 12 99 0 59 A 21 133 51 25
Octal 252 22 231 0 131 12 41 463 121 45
Binary 10101010 10010 10011001 0 1011001 1010 100001 100110011 1010001 100101

Color Harmonies of #AA1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1299

Black with #AA1299

Text Example


Text Example

White with #AA1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1299; }

 p { color: rgb(170,18,153); }

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

background-color css

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

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

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

border-color css

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

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

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