Html Css Color HEX #A0058F Dark Magenta

📋 copy color: '#A0058F'

red 160 ◦ green 5 ◦ blue 143

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

Shades of Dark Magenta #A0058F

Tints of Dark Magenta #A0058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 51.95%
G = 1.62%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0058F (or 0xA0058F) is known color: Dark Magenta. HEX triplet: A0, 05 and 8F. RGB value is (160,5,143). Sum of RGB (Red+Green+Blue) = 160+5+143=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058F is #5FFA70. Grayscale: #424242. Windows color (decimal): -6290033 or 9373088. OLE color: 9373088.

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

Color convert

RGB 160 5 143 -
CMYK 0 0.97 0.11 0.37
HSL 306.58º 0.94% 0.32% -
HSV(B) 306.58º 0.97% 0.63% -
XYZ 19.51 9.57 26.8 -
YUV 67.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 160 5 143 0 0.97 0.11 0.37 306.58 0.94 0.32
Hex A0 5 8F 0 61 B 25 133 5E 20
Octal 240 5 217 0 141 13 45 463 136 40
Binary 10100000 101 10001111 0 1100001 1011 100101 100110011 1011110 100000

Color Harmonies of #A0058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0058F

Black with #A0058F

Text Example


Text Example

White with #A0058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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