Html Css Color HEX #AA0389 Dark Magenta

📋 copy color: '#AA0389'

red 170 ◦ green 3 ◦ blue 137

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

Shades of Dark Magenta #AA0389

Tints of Dark Magenta #AA0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 54.84%
G = 0.97%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA0389 (or 0xAA0389) is known color: Dark Magenta. HEX triplet: AA, 03 and 89. RGB value is (170,3,137). Sum of RGB (Red+Green+Blue) = 170+3+137=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0389 is #55FC76. Grayscale: #434343. Windows color (decimal): -5635191 or 8979370. OLE color: 8979370.

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

Color convert

RGB 170 3 137 -
CMYK 0 0.98 0.19 0.33
HSL 311.86º 0.97% 0.34% -
HSV(B) 311.86º 0.98% 0.67% -
XYZ 21.13 10.42 24.56 -
YUV 68.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 170 3 137 0 0.98 0.19 0.33 311.86 0.97 0.34
Hex AA 3 89 0 62 13 21 138 61 22
Octal 252 3 211 0 142 23 41 470 141 42
Binary 10101010 11 10001001 0 1100010 10011 100001 100111000 1100001 100010

Color Harmonies of #AA0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0389

Black with #AA0389

Text Example


Text Example

White with #AA0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0389; }

 p { color: rgb(170,3,137); }

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

background-color css

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

 a { background-color: rgb(170,3,137); }

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

border-color css

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

 span { border-color: rgb(170,3,137); }

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