Html Css Color HEX #A00996 Dark Magenta

📋 copy color: '#A00996'

red 160 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #A00996

Tints of Dark Magenta #A00996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 50.16%
G = 2.82%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00996 (or 0xA00996) is known color: Dark Magenta. HEX triplet: A0, 09 and 96. RGB value is (160,9,150). Sum of RGB (Red+Green+Blue) = 160+9+150=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A00996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00996 is #5FF669. Grayscale: #454545. Windows color (decimal): -6289002 or 9832864. OLE color: 9832864.

HSL color Cylindrical-coordinate representation of color #A00996: hue angle of 303.97º 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 #A00996 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 150 -
CMYK 0 0.94 0.06 0.37
HSL 303.97º 0.89% 0.33% -
HSV(B) 303.97º 0.94% 0.63% -
XYZ 20.1 9.87 29.7 -
YUV 70.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 160 9 150 0 0.94 0.06 0.37 303.97 0.89 0.33
Hex A0 9 96 0 5E 6 25 130 59 21
Octal 240 11 226 0 136 6 45 460 131 41
Binary 10100000 1001 10010110 0 1011110 110 100101 100110000 1011001 100001

Color Harmonies of #A00996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00996

Black with #A00996

Text Example


Text Example

White with #A00996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00996; }

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

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

background-color css

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

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

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

border-color css

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

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

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