Html Css Color HEX #A0119C Dark Magenta

📋 copy color: '#A0119C'

red 160 ◦ green 17 ◦ blue 156

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

Shades of Dark Magenta #A0119C

Tints of Dark Magenta #A0119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 48.05%
G = 5.11%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0119C (or 0xA0119C) is known color: Dark Magenta. HEX triplet: A0, 11 and 9C. RGB value is (160,17,156). Sum of RGB (Red+Green+Blue) = 160+17+156=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0119C is #5FEE63. Grayscale: #4B4B4B. Windows color (decimal): -6286948 or 10228128. OLE color: 10228128.

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

Color convert

RGB 160 17 156 -
CMYK 0 0.89 0.02 0.37
HSL 301.68º 0.81% 0.35% -
HSV(B) 301.68º 0.89% 0.63% -
XYZ 20.7 10.27 32.34 -
YUV 75.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 160 17 156 0 0.89 0.02 0.37 301.68 0.81 0.35
Hex A0 11 9C 0 59 2 25 12E 51 23
Octal 240 21 234 0 131 2 45 456 121 43
Binary 10100000 10001 10011100 0 1011001 10 100101 100101110 1010001 100011

Color Harmonies of #A0119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0119C

Black with #A0119C

Text Example


Text Example

White with #A0119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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