Html Css Color HEX #A0128C Dark Magenta

📋 copy color: '#A0128C'

red 160 ◦ green 18 ◦ blue 140

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

Shades of Dark Magenta #A0128C

Tints of Dark Magenta #A0128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 50.31%
G = 5.66%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0128C (or 0xA0128C) is known color: Dark Magenta. HEX triplet: A0, 12 and 8C. RGB value is (160,18,140). Sum of RGB (Red+Green+Blue) = 160+18+140=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0128C is #5FED73. Grayscale: #4A4A4A. Windows color (decimal): -6286708 or 9179808. OLE color: 9179808.

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

Color convert

RGB 160 18 140 -
CMYK 0 0.89 0.12 0.37
HSL 308.45º 0.8% 0.35% -
HSV(B) 308.45º 0.89% 0.63% -
XYZ 19.45 9.8 25.68 -
YUV 74.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 160 18 140 0 0.89 0.12 0.37 308.45 0.8 0.35
Hex A0 12 8C 0 59 C 25 134 50 23
Octal 240 22 214 0 131 14 45 464 120 43
Binary 10100000 10010 10001100 0 1011001 1100 100101 100110100 1010000 100011

Color Harmonies of #A0128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0128C

Black with #A0128C

Text Example


Text Example

White with #A0128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0128C; }

 p { color: rgb(160,18,140); }

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

background-color css

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

 a { background-color: rgb(160,18,140); }

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

border-color css

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

 span { border-color: rgb(160,18,140); }

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