Html Css Color HEX #AA0290 Dark Magenta

📋 copy color: '#AA0290'

red 170 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #AA0290

Tints of Dark Magenta #AA0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 53.8%
G = 0.63%
B = 45.57%

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

#AA0290 (or 0xAA0290) is known color: Dark Magenta. HEX triplet: AA, 02 and 90. RGB value is (170,2,144). Sum of RGB (Red+Green+Blue) = 170+2+144=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0290 is #55FD6F. Grayscale: #444444. Windows color (decimal): -5635440 or 9437866. OLE color: 9437866.

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

Color convert

RGB 170 2 144 -
CMYK 0 0.99 0.15 0.33
HSL 309.29º 0.98% 0.34% -
HSV(B) 309.29º 0.99% 0.67% -
XYZ 21.63 10.6 27.29 -
YUV 68.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 170 2 144 0 0.99 0.15 0.33 309.29 0.98 0.34
Hex AA 2 90 0 63 F 21 135 62 22
Octal 252 2 220 0 143 17 41 465 142 42
Binary 10101010 10 10010000 0 1100011 1111 100001 100110101 1100010 100010

Color Harmonies of #AA0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0290

Black with #AA0290

Text Example


Text Example

White with #AA0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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