Html Css Color HEX #AA0B90 Dark Magenta

📋 copy color: '#AA0B90'

red 170 ◦ green 11 ◦ blue 144

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

Shades of Dark Magenta #AA0B90

Tints of Dark Magenta #AA0B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.38%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 52.31%
G = 3.38%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0B90 (or 0xAA0B90) is known color: Dark Magenta. HEX triplet: AA, 0B and 90. RGB value is (170,11,144). Sum of RGB (Red+Green+Blue) = 170+11+144=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B90 is #55F46F. Grayscale: #494949. Windows color (decimal): -5633136 or 9440170. OLE color: 9440170.

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

Color convert

RGB 170 11 144 -
CMYK 0 0.94 0.15 0.33
HSL 309.81º 0.88% 0.35% -
HSV(B) 309.81º 0.94% 0.67% -
XYZ 21.73 10.8 27.32 -
YUV 73.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 170 11 144 0 0.94 0.15 0.33 309.81 0.88 0.35
Hex AA B 90 0 5E F 21 136 58 23
Octal 252 13 220 0 136 17 41 466 130 43
Binary 10101010 1011 10010000 0 1011110 1111 100001 100110110 1011000 100011

Color Harmonies of #AA0B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B90

Black with #AA0B90

Text Example


Text Example

White with #AA0B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B90; }

 p { color: rgb(170,11,144); }

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

background-color css

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

 a { background-color: rgb(170,11,144); }

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

border-color css

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

 span { border-color: rgb(170,11,144); }

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