Html Css Color HEX #AA0995 Dark Magenta

📋 copy color: '#AA0995'

red 170 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #AA0995

Tints of Dark Magenta #AA0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 51.83%
G = 2.74%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0995 (or 0xAA0995) is known color: Dark Magenta. HEX triplet: AA, 09 and 95. RGB value is (170,9,149). Sum of RGB (Red+Green+Blue) = 170+9+149=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0995 is #55F66A. Grayscale: #484848. Windows color (decimal): -5633643 or 9767338. OLE color: 9767338.

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

Color convert

RGB 170 9 149 -
CMYK 0 0.95 0.12 0.33
HSL 307.83º 0.9% 0.35% -
HSV(B) 307.83º 0.95% 0.67% -
XYZ 22.1 10.91 29.38 -
YUV 73.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 170 9 149 0 0.95 0.12 0.33 307.83 0.9 0.35
Hex AA 9 95 0 5F C 21 134 5A 23
Octal 252 11 225 0 137 14 41 464 132 43
Binary 10101010 1001 10010101 0 1011111 1100 100001 100110100 1011010 100011

Color Harmonies of #AA0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0995

Black with #AA0995

Text Example


Text Example

White with #AA0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0995; }

 p { color: rgb(170,9,149); }

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

background-color css

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

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

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

border-color css

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

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

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