Html Css Color HEX #A0119B Dark Magenta

📋 copy color: '#A0119B'

red 160 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #A0119B

Tints of Dark Magenta #A0119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 48.19%
G = 5.12%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0119B (or 0xA0119B) is known color: Dark Magenta. HEX triplet: A0, 11 and 9B. RGB value is (160,17,155). Sum of RGB (Red+Green+Blue) = 160+17+155=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0119B is #5FEE64. Grayscale: #4B4B4B. Windows color (decimal): -6286949 or 10162592. OLE color: 10162592.

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

Color convert

RGB 160 17 155 -
CMYK 0 0.89 0.03 0.37
HSL 302.1º 0.81% 0.35% -
HSV(B) 302.1º 0.89% 0.63% -
XYZ 20.61 10.24 31.9 -
YUV 75.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 160 17 155 0 0.89 0.03 0.37 302.1 0.81 0.35
Hex A0 11 9B 0 59 3 25 12E 51 23
Octal 240 21 233 0 131 3 45 456 121 43
Binary 10100000 10001 10011011 0 1011001 11 100101 100101110 1010001 100011

Color Harmonies of #A0119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0119B

Black with #A0119B

Text Example


Text Example

White with #A0119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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