Html Css Color HEX #A0149C Dark Magenta

📋 copy color: '#A0149C'

red 160 ◦ green 20 ◦ blue 156

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

Shades of Dark Magenta #A0149C

Tints of Dark Magenta #A0149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 47.62%
G = 5.95%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0149C (or 0xA0149C) is known color: Dark Magenta. HEX triplet: A0, 14 and 9C. RGB value is (160,20,156). Sum of RGB (Red+Green+Blue) = 160+20+156=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0149C is #5FEB63. Grayscale: #4C4C4C. Windows color (decimal): -6286180 or 10228896. OLE color: 10228896.

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

Color convert

RGB 160 20 156 -
CMYK 0 0.88 0.02 0.37
HSL 301.71º 0.78% 0.35% -
HSV(B) 301.71º 0.88% 0.63% -
XYZ 20.75 10.37 32.36 -
YUV 77.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 160 20 156 0 0.88 0.02 0.37 301.71 0.78 0.35
Hex A0 14 9C 0 58 2 25 12E 4E 23
Octal 240 24 234 0 130 2 45 456 116 43
Binary 10100000 10100 10011100 0 1011000 10 100101 100101110 1001110 100011

Color Harmonies of #A0149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0149C

Black with #A0149C

Text Example


Text Example

White with #A0149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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