Html Css Color HEX #A0119A Dark Magenta

📋 copy color: '#A0119A'

red 160 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #A0119A

Tints of Dark Magenta #A0119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 48.34%
G = 5.14%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A0119A (or 0xA0119A) is known color: Dark Magenta. HEX triplet: A0, 11 and 9A. RGB value is (160,17,154). Sum of RGB (Red+Green+Blue) = 160+17+154=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0119A is #5FEE65. Grayscale: #4A4A4A. Windows color (decimal): -6286950 or 10097056. OLE color: 10097056.

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

Color convert

RGB 160 17 154 -
CMYK 0 0.89 0.04 0.37
HSL 302.52º 0.81% 0.35% -
HSV(B) 302.52º 0.89% 0.63% -
XYZ 20.53 10.21 31.46 -
YUV 75.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 160 17 154 0 0.89 0.04 0.37 302.52 0.81 0.35
Hex A0 11 9A 0 59 4 25 12F 51 23
Octal 240 21 232 0 131 4 45 457 121 43
Binary 10100000 10001 10011010 0 1011001 100 100101 100101111 1010001 100011

Color Harmonies of #A0119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0119A

Black with #A0119A

Text Example


Text Example

White with #A0119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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