Html Css Color HEX #A0158B Dark Magenta

📋 copy color: '#A0158B'

red 160 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #A0158B

Tints of Dark Magenta #A0158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 50%
G = 6.56%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0158B (or 0xA0158B) is known color: Dark Magenta. HEX triplet: A0, 15 and 8B. RGB value is (160,21,139). Sum of RGB (Red+Green+Blue) = 160+21+139=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0158B is #5FEA74. Grayscale: #4B4B4B. Windows color (decimal): -6285941 or 9115040. OLE color: 9115040.

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

Color convert

RGB 160 21 139 -
CMYK 0 0.87 0.13 0.37
HSL 309.06º 0.77% 0.35% -
HSV(B) 309.06º 0.87% 0.63% -
XYZ 19.43 9.87 25.31 -
YUV 76.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 160 21 139 0 0.87 0.13 0.37 309.06 0.77 0.35
Hex A0 15 8B 0 57 D 25 135 4D 23
Octal 240 25 213 0 127 15 45 465 115 43
Binary 10100000 10101 10001011 0 1010111 1101 100101 100110101 1001101 100011

Color Harmonies of #A0158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0158B

Black with #A0158B

Text Example


Text Example

White with #A0158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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