Html Css Color HEX #A00593 Dark Magenta

📋 copy color: '#A00593'

red 160 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #A00593

Tints of Dark Magenta #A00593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 51.28%
G = 1.6%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A00593 (or 0xA00593) is known color: Dark Magenta. HEX triplet: A0, 05 and 93. RGB value is (160,5,147). Sum of RGB (Red+Green+Blue) = 160+5+147=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00593 is #5FFA6C. Grayscale: #434343. Windows color (decimal): -6290029 or 9635232. OLE color: 9635232.

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

Color convert

RGB 160 5 147 -
CMYK 0 0.97 0.08 0.37
HSL 305.03º 0.94% 0.32% -
HSV(B) 305.03º 0.97% 0.63% -
XYZ 19.82 9.69 28.43 -
YUV 67.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 160 5 147 0 0.97 0.08 0.37 305.03 0.94 0.32
Hex A0 5 93 0 61 8 25 131 5E 20
Octal 240 5 223 0 141 10 45 461 136 40
Binary 10100000 101 10010011 0 1100001 1000 100101 100110001 1011110 100000

Color Harmonies of #A00593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00593

Black with #A00593

Text Example


Text Example

White with #A00593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00593; }

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

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

background-color css

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

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

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

border-color css

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

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

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