Html Css Color HEX #A0139F Dark Magenta

📋 copy color: '#A0139F'

red 160 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #A0139F

Tints of Dark Magenta #A0139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 47.34%
G = 5.62%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0139F (or 0xA0139F) is known color: Dark Magenta. HEX triplet: A0, 13 and 9F. RGB value is (160,19,159). Sum of RGB (Red+Green+Blue) = 160+19+159=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0139F is #5FEC60. Grayscale: #4C4C4C. Windows color (decimal): -6286433 or 10425248. OLE color: 10425248.

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

Color convert

RGB 160 19 159 -
CMYK 0 0.88 0.01 0.37
HSL 300.43º 0.79% 0.35% -
HSV(B) 300.43º 0.88% 0.63% -
XYZ 20.99 10.44 33.71 -
YUV 77.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 160 19 159 0 0.88 0.01 0.37 300.43 0.79 0.35
Hex A0 13 9F 0 58 1 25 12C 4F 23
Octal 240 23 237 0 130 1 45 454 117 43
Binary 10100000 10011 10011111 0 1011000 1 100101 100101100 1001111 100011

Color Harmonies of #A0139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0139F

Black with #A0139F

Text Example


Text Example

White with #A0139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0139F; }

 p { color: rgb(160,19,159); }

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

background-color css

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

 a { background-color: rgb(160,19,159); }

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

border-color css

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

 span { border-color: rgb(160,19,159); }

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