Html Css Color HEX #AA0091 Dark Magenta

📋 copy color: '#AA0091'

red 170 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #AA0091

Tints of Dark Magenta #AA0091

RGB

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

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

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

R = 53.97%
G = 0%
B = 46.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0091 (or 0xAA0091) is known color: Dark Magenta. HEX triplet: AA, 00 and 91. RGB value is (170,0,145). Sum of RGB (Red+Green+Blue) = 170+0+145=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0091 is #55FF6E. Grayscale: #424242. Windows color (decimal): -5635951 or 9502890. OLE color: 9502890.

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

Color convert

RGB 170 0 145 -
CMYK 0 1 0.15 0.33
HSL 308.82º 1% 0.33% -
HSV(B) 308.82º 1% 0.67% -
XYZ 21.69 10.59 27.69 -
YUV 67.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 170 0 145 0 1 0.15 0.33 308.82 1 0.33
Hex AA 0 91 0 64 F 21 135 64 21
Octal 252 0 221 0 144 17 41 465 144 41
Binary 10101010 0 10010001 0 1100100 1111 100001 100110101 1100100 100001

Color Harmonies of #AA0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0091

Black with #AA0091

Text Example


Text Example

White with #AA0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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