Html Css Color HEX #AA1297 Dark Magenta

📋 copy color: '#AA1297'

red 170 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #AA1297

Tints of Dark Magenta #AA1297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 50.15%
G = 5.31%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA1297 (or 0xAA1297) is known color: Dark Magenta. HEX triplet: AA, 12 and 97. RGB value is (170,18,151). Sum of RGB (Red+Green+Blue) = 170+18+151=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1297 is #55ED68. Grayscale: #4E4E4E. Windows color (decimal): -5631337 or 9900714. OLE color: 9900714.

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

Color convert

RGB 170 18 151 -
CMYK 0 0.89 0.11 0.33
HSL 307.5º 0.81% 0.37% -
HSV(B) 307.5º 0.89% 0.67% -
XYZ 22.38 11.21 30.26 -
YUV 78.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 170 18 151 0 0.89 0.11 0.33 307.5 0.81 0.37
Hex AA 12 97 0 59 B 21 134 51 25
Octal 252 22 227 0 131 13 41 464 121 45
Binary 10101010 10010 10010111 0 1011001 1011 100001 100110100 1010001 100101

Color Harmonies of #AA1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1297

Black with #AA1297

Text Example


Text Example

White with #AA1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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