Html Css Color HEX #A0119E Dark Magenta

📋 copy color: '#A0119E'

red 160 ◦ green 17 ◦ blue 158

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

Shades of Dark Magenta #A0119E

Tints of Dark Magenta #A0119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 47.76%
G = 5.07%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0119E (or 0xA0119E) is known color: Dark Magenta. HEX triplet: A0, 11 and 9E. RGB value is (160,17,158). Sum of RGB (Red+Green+Blue) = 160+17+158=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0119E is #5FEE61. Grayscale: #4B4B4B. Windows color (decimal): -6286946 or 10359200. OLE color: 10359200.

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

Color convert

RGB 160 17 158 -
CMYK 0 0.89 0.01 0.37
HSL 300.84º 0.81% 0.35% -
HSV(B) 300.84º 0.89% 0.63% -
XYZ 20.87 10.34 33.24 -
YUV 75.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 160 17 158 0 0.89 0.01 0.37 300.84 0.81 0.35
Hex A0 11 9E 0 59 1 25 12D 51 23
Octal 240 21 236 0 131 1 45 455 121 43
Binary 10100000 10001 10011110 0 1011001 1 100101 100101101 1010001 100011

Color Harmonies of #A0119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0119E

Black with #A0119E

Text Example


Text Example

White with #A0119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0119E; }

 p { color: rgb(160,17,158); }

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

background-color css

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

 a { background-color: rgb(160,17,158); }

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

border-color css

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

 span { border-color: rgb(160,17,158); }

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