Html Css Color HEX #A0158F Dark Magenta

📋 copy color: '#A0158F'

red 160 ◦ green 21 ◦ blue 143

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

Shades of Dark Magenta #A0158F

Tints of Dark Magenta #A0158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 49.38%
G = 6.48%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0158F (or 0xA0158F) is known color: Dark Magenta. HEX triplet: A0, 15 and 8F. RGB value is (160,21,143). Sum of RGB (Red+Green+Blue) = 160+21+143=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0158F is #5FEA70. Grayscale: #4C4C4C. Windows color (decimal): -6285937 or 9377184. OLE color: 9377184.

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

Color convert

RGB 160 21 143 -
CMYK 0 0.87 0.11 0.37
HSL 307.34º 0.77% 0.35% -
HSV(B) 307.34º 0.87% 0.63% -
XYZ 19.72 9.99 26.88 -
YUV 76.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 160 21 143 0 0.87 0.11 0.37 307.34 0.77 0.35
Hex A0 15 8F 0 57 B 25 133 4D 23
Octal 240 25 217 0 127 13 45 463 115 43
Binary 10100000 10101 10001111 0 1010111 1011 100101 100110011 1001101 100011

Color Harmonies of #A0158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0158F

Black with #A0158F

Text Example


Text Example

White with #A0158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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