Html Css Color HEX #AA0296 Dark Magenta

📋 copy color: '#AA0296'

red 170 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #AA0296

Tints of Dark Magenta #AA0296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 52.8%
G = 0.62%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0296 (or 0xAA0296) is known color: Dark Magenta. HEX triplet: AA, 02 and 96. RGB value is (170,2,150). Sum of RGB (Red+Green+Blue) = 170+2+150=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0296 is #55FD69. Grayscale: #444444. Windows color (decimal): -5635434 or 9831082. OLE color: 9831082.

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

Color convert

RGB 170 2 150 -
CMYK 0 0.99 0.12 0.33
HSL 307.14º 0.98% 0.34% -
HSV(B) 307.14º 0.99% 0.67% -
XYZ 22.1 10.79 29.77 -
YUV 69.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 170 2 150 0 0.99 0.12 0.33 307.14 0.98 0.34
Hex AA 2 96 0 63 C 21 133 62 22
Octal 252 2 226 0 143 14 41 463 142 42
Binary 10101010 10 10010110 0 1100011 1100 100001 100110011 1100010 100010

Color Harmonies of #AA0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0296

Black with #AA0296

Text Example


Text Example

White with #AA0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0296; }

 p { color: rgb(170,2,150); }

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

background-color css

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

 a { background-color: rgb(170,2,150); }

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

border-color css

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

 span { border-color: rgb(170,2,150); }

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