Html Css Color HEX #A0178F Dark Magenta

📋 copy color: '#A0178F'

red 160 ◦ green 23 ◦ blue 143

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

Shades of Dark Magenta #A0178F

Tints of Dark Magenta #A0178F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.06%

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

R = 49.08%
G = 7.06%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0178F (or 0xA0178F) is known color: Dark Magenta. HEX triplet: A0, 17 and 8F. RGB value is (160,23,143). Sum of RGB (Red+Green+Blue) = 160+23+143=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0178F is #5FE870. Grayscale: #4D4D4D. Windows color (decimal): -6285425 or 9377696. OLE color: 9377696.

HSL color Cylindrical-coordinate representation of color #A0178F: hue angle of 307.45º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0178F is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 143 -
CMYK 0 0.86 0.11 0.37
HSL 307.45º 0.75% 0.36% -
HSV(B) 307.45º 0.86% 0.63% -
XYZ 19.76 10.07 26.89 -
YUV 77.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 160 23 143 0 0.86 0.11 0.37 307.45 0.75 0.36
Hex A0 17 8F 0 56 B 25 133 4B 24
Octal 240 27 217 0 126 13 45 463 113 44
Binary 10100000 10111 10001111 0 1010110 1011 100101 100110011 1001011 100100

Color Harmonies of #A0178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0178F

Black with #A0178F

Text Example


Text Example

White with #A0178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0178F; }

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

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

background-color css

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

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

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

border-color css

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

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

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