Html Css Color HEX #A0128F Dark Magenta

📋 copy color: '#A0128F'

red 160 ◦ green 18 ◦ blue 143

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

Shades of Dark Magenta #A0128F

Tints of Dark Magenta #A0128F

RGB

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

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

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

R = 49.84%
G = 5.61%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0128F (or 0xA0128F) is known color: Dark Magenta. HEX triplet: A0, 12 and 8F. RGB value is (160,18,143). Sum of RGB (Red+Green+Blue) = 160+18+143=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0128F is #5FED70. Grayscale: #4A4A4A. Windows color (decimal): -6286705 or 9376416. OLE color: 9376416.

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

Color convert

RGB 160 18 143 -
CMYK 0 0.89 0.11 0.37
HSL 307.18º 0.8% 0.35% -
HSV(B) 307.18º 0.89% 0.63% -
XYZ 19.67 9.89 26.86 -
YUV 74.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 160 18 143 0 0.89 0.11 0.37 307.18 0.8 0.35
Hex A0 12 8F 0 59 B 25 133 50 23
Octal 240 22 217 0 131 13 45 463 120 43
Binary 10100000 10010 10001111 0 1011001 1011 100101 100110011 1010000 100011

Color Harmonies of #A0128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0128F

Black with #A0128F

Text Example


Text Example

White with #A0128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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