Html Css Color HEX #AA0191 Dark Magenta

📋 copy color: '#AA0191'

red 170 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #AA0191

Tints of Dark Magenta #AA0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 53.8%
G = 0.32%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0191 (or 0xAA0191) is known color: Dark Magenta. HEX triplet: AA, 01 and 91. RGB value is (170,1,145). Sum of RGB (Red+Green+Blue) = 170+1+145=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0191 is #55FE6E. Grayscale: #434343. Windows color (decimal): -5635695 or 9503146. OLE color: 9503146.

HSL color Cylindrical-coordinate representation of color #AA0191: hue angle of 308.88º degrees, saturation: 0.99, 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 #AA0191 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 145 -
CMYK 0 0.99 0.15 0.33
HSL 308.88º 0.99% 0.34% -
HSV(B) 308.88º 0.99% 0.67% -
XYZ 21.7 10.61 27.69 -
YUV 67.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 170 1 145 0 0.99 0.15 0.33 308.88 0.99 0.34
Hex AA 1 91 0 63 F 21 135 63 22
Octal 252 1 221 0 143 17 41 465 143 42
Binary 10101010 1 10010001 0 1100011 1111 100001 100110101 1100011 100010

Color Harmonies of #AA0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0191

Black with #AA0191

Text Example


Text Example

White with #AA0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0191; }

 p { color: rgb(170,1,145); }

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

background-color css

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

 a { background-color: rgb(170,1,145); }

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

border-color css

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

 span { border-color: rgb(170,1,145); }

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