Html Css Color HEX #A0149E Dark Magenta

📋 copy color: '#A0149E'

red 160 ◦ green 20 ◦ blue 158

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

Shades of Dark Magenta #A0149E

Tints of Dark Magenta #A0149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 47.34%
G = 5.92%
B = 46.75%

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

#A0149E (or 0xA0149E) is known color: Dark Magenta. HEX triplet: A0, 14 and 9E. RGB value is (160,20,158). Sum of RGB (Red+Green+Blue) = 160+20+158=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0149E is #5FEB61. Grayscale: #4D4D4D. Windows color (decimal): -6286178 or 10359968. OLE color: 10359968.

HSL color Cylindrical-coordinate representation of color #A0149E: hue angle of 300.86º degrees, saturation: 0.78, 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 #A0149E is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 158 -
CMYK 0 0.88 0.01 0.37
HSL 300.86º 0.78% 0.35% -
HSV(B) 300.86º 0.88% 0.63% -
XYZ 20.92 10.44 33.26 -
YUV 77.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 160 20 158 0 0.88 0.01 0.37 300.86 0.78 0.35
Hex A0 14 9E 0 58 1 25 12D 4E 23
Octal 240 24 236 0 130 1 45 455 116 43
Binary 10100000 10100 10011110 0 1011000 1 100101 100101101 1001110 100011

Color Harmonies of #A0149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0149E

Black with #A0149E

Text Example


Text Example

White with #A0149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0149E; }

 p { color: rgb(160,20,158); }

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

background-color css

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

 a { background-color: rgb(160,20,158); }

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

border-color css

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

 span { border-color: rgb(160,20,158); }

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