Html Css Color HEX #AA0697 Dark Magenta

📋 copy color: '#AA0697'

red 170 ◦ green 6 ◦ blue 151

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

Shades of Dark Magenta #AA0697

Tints of Dark Magenta #AA0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 51.99%
G = 1.83%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0697 (or 0xAA0697) is known color: Dark Magenta. HEX triplet: AA, 06 and 97. RGB value is (170,6,151). Sum of RGB (Red+Green+Blue) = 170+6+151=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0697 is #55F968. Grayscale: #474747. Windows color (decimal): -5634409 or 9897642. OLE color: 9897642.

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

Color convert

RGB 170 6 151 -
CMYK 0 0.96 0.11 0.33
HSL 306.95º 0.93% 0.35% -
HSV(B) 306.95º 0.96% 0.67% -
XYZ 22.23 10.91 30.21 -
YUV 71.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 170 6 151 0 0.96 0.11 0.33 306.95 0.93 0.35
Hex AA 6 97 0 60 B 21 133 5D 23
Octal 252 6 227 0 140 13 41 463 135 43
Binary 10101010 110 10010111 0 1100000 1011 100001 100110011 1011101 100011

Color Harmonies of #AA0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0697

Black with #AA0697

Text Example


Text Example

White with #AA0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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