Html Css Color HEX #A00594 Dark Magenta

📋 copy color: '#A00594'

red 160 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #A00594

Tints of Dark Magenta #A00594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 51.12%
G = 1.6%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00594 (or 0xA00594) is known color: Dark Magenta. HEX triplet: A0, 05 and 94. RGB value is (160,5,148). Sum of RGB (Red+Green+Blue) = 160+5+148=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00594 is #5FFA6B. Grayscale: #434343. Windows color (decimal): -6290028 or 9700768. OLE color: 9700768.

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

Color convert

RGB 160 5 148 -
CMYK 0 0.97 0.07 0.37
HSL 304.65º 0.94% 0.32% -
HSV(B) 304.65º 0.97% 0.63% -
XYZ 19.9 9.72 28.84 -
YUV 67.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 160 5 148 0 0.97 0.07 0.37 304.65 0.94 0.32
Hex A0 5 94 0 61 7 25 131 5E 20
Octal 240 5 224 0 141 7 45 461 136 40
Binary 10100000 101 10010100 0 1100001 111 100101 100110001 1011110 100000

Color Harmonies of #A00594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00594

Black with #A00594

Text Example


Text Example

White with #A00594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00594; }

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

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

background-color css

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

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

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

border-color css

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

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

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