Html Css Color HEX #AA0390 Dark Magenta

📋 copy color: '#AA0390'

red 170 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #AA0390

Tints of Dark Magenta #AA0390

RGB

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

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

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

R = 53.63%
G = 0.95%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0390 (or 0xAA0390) is known color: Dark Magenta. HEX triplet: AA, 03 and 90. RGB value is (170,3,144). Sum of RGB (Red+Green+Blue) = 170+3+144=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0390 is #55FC6F. Grayscale: #444444. Windows color (decimal): -5635184 or 9438122. OLE color: 9438122.

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

Color convert

RGB 170 3 144 -
CMYK 0 0.98 0.15 0.33
HSL 309.34º 0.97% 0.34% -
HSV(B) 309.34º 0.98% 0.67% -
XYZ 21.64 10.62 27.3 -
YUV 69.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 170 3 144 0 0.98 0.15 0.33 309.34 0.97 0.34
Hex AA 3 90 0 62 F 21 135 61 22
Octal 252 3 220 0 142 17 41 465 141 42
Binary 10101010 11 10010000 0 1100010 1111 100001 100110101 1100001 100010

Color Harmonies of #AA0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0390

Black with #AA0390

Text Example


Text Example

White with #AA0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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