Html Css Color HEX #AA0190 Dark Magenta

📋 copy color: '#AA0190'

red 170 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #AA0190

Tints of Dark Magenta #AA0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 53.97%
G = 0.32%
B = 45.71%

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

#AA0190 (or 0xAA0190) is known color: Dark Magenta. HEX triplet: AA, 01 and 90. RGB value is (170,1,144). Sum of RGB (Red+Green+Blue) = 170+1+144=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0190 is #55FE6F. Grayscale: #434343. Windows color (decimal): -5635696 or 9437610. OLE color: 9437610.

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

Color convert

RGB 170 1 144 -
CMYK 0 0.99 0.15 0.33
HSL 309.23º 0.99% 0.34% -
HSV(B) 309.23º 0.99% 0.67% -
XYZ 21.62 10.58 27.29 -
YUV 67.83 170.99 200.87 -
System Red Green Blue C M Y K H S L
Decimal 170 1 144 0 0.99 0.15 0.33 309.23 0.99 0.34
Hex AA 1 90 0 63 F 21 135 63 22
Octal 252 1 220 0 143 17 41 465 143 42
Binary 10101010 1 10010000 0 1100011 1111 100001 100110101 1100011 100010

Color Harmonies of #AA0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0190

Black with #AA0190

Text Example


Text Example

White with #AA0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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