Html Css Color HEX #AA0097 Dark Magenta

📋 copy color: '#AA0097'

red 170 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #AA0097

Tints of Dark Magenta #AA0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.96%
G = 0%
B = 47.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0097 (or 0xAA0097) is known color: Dark Magenta. HEX triplet: AA, 00 and 97. RGB value is (170,0,151). Sum of RGB (Red+Green+Blue) = 170+0+151=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0097 is #55FF68. Grayscale: #434343. Windows color (decimal): -5635945 or 9896106. OLE color: 9896106.

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

Color convert

RGB 170 0 151 -
CMYK 0 1 0.11 0.33
HSL 306.71º 1% 0.33% -
HSV(B) 306.71º 1% 0.67% -
XYZ 22.16 10.78 30.19 -
YUV 68.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 170 0 151 0 1 0.11 0.33 306.71 1 0.33
Hex AA 0 97 0 64 B 21 133 64 21
Octal 252 0 227 0 144 13 41 463 144 41
Binary 10101010 0 10010111 0 1100100 1011 100001 100110011 1100100 100001

Color Harmonies of #AA0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0097

Black with #AA0097

Text Example


Text Example

White with #AA0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0097; }

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

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

background-color css

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

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

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

border-color css

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

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

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