Html Css Color HEX #A0159B Dark Magenta

📋 copy color: '#A0159B'

red 160 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #A0159B

Tints of Dark Magenta #A0159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 47.62%
G = 6.25%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0159B (or 0xA0159B) is known color: Dark Magenta. HEX triplet: A0, 15 and 9B. RGB value is (160,21,155). Sum of RGB (Red+Green+Blue) = 160+21+155=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0159B is #5FEA64. Grayscale: #4D4D4D. Windows color (decimal): -6285925 or 10163616. OLE color: 10163616.

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

Color convert

RGB 160 21 155 -
CMYK 0 0.87 0.03 0.37
HSL 302.16º 0.77% 0.35% -
HSV(B) 302.16º 0.87% 0.63% -
XYZ 20.68 10.38 31.92 -
YUV 77.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 160 21 155 0 0.87 0.03 0.37 302.16 0.77 0.35
Hex A0 15 9B 0 57 3 25 12E 4D 23
Octal 240 25 233 0 127 3 45 456 115 43
Binary 10100000 10101 10011011 0 1010111 11 100101 100101110 1001101 100011

Color Harmonies of #A0159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0159B

Black with #A0159B

Text Example


Text Example

White with #A0159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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