Html Css Color HEX #A00990 Dark Magenta

📋 copy color: '#A00990'

red 160 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #A00990

Tints of Dark Magenta #A00990

RGB

 RED value IS 160 (62.89% from 255) = 51.12%

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 51.12%
G = 2.88%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A00990 (or 0xA00990) is known color: Dark Magenta. HEX triplet: A0, 09 and 90. RGB value is (160,9,144). Sum of RGB (Red+Green+Blue) = 160+9+144=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00990 is #5FF66F. Grayscale: #454545. Windows color (decimal): -6289008 or 9439648. OLE color: 9439648.

HSL color Cylindrical-coordinate representation of color #A00990: hue angle of 306.36º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00990 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 144 -
CMYK 0 0.94 0.1 0.37
HSL 306.36º 0.89% 0.33% -
HSV(B) 306.36º 0.94% 0.63% -
XYZ 19.63 9.68 27.22 -
YUV 69.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 160 9 144 0 0.94 0.1 0.37 306.36 0.89 0.33
Hex A0 9 90 0 5E A 25 132 59 21
Octal 240 11 220 0 136 12 45 462 131 41
Binary 10100000 1001 10010000 0 1011110 1010 100101 100110010 1011001 100001

Color Harmonies of #A00990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00990

Black with #A00990

Text Example


Text Example

White with #A00990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00990; }

 p { color: rgb(160,9,144); }

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

background-color css

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

 a { background-color: rgb(160,9,144); }

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

border-color css

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

 span { border-color: rgb(160,9,144); }

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