Html Css Color HEX #A00596 Dark Magenta

📋 copy color: '#A00596'

red 160 ◦ green 5 ◦ blue 150

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

Shades of Dark Magenta #A00596

Tints of Dark Magenta #A00596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 50.79%
G = 1.59%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00596 (or 0xA00596) is known color: Dark Magenta. HEX triplet: A0, 05 and 96. RGB value is (160,5,150). Sum of RGB (Red+Green+Blue) = 160+5+150=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00596 is #5FFA69. Grayscale: #434343. Windows color (decimal): -6290026 or 9831840. OLE color: 9831840.

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

Color convert

RGB 160 5 150 -
CMYK 0 0.97 0.06 0.37
HSL 303.87º 0.94% 0.32% -
HSV(B) 303.87º 0.97% 0.63% -
XYZ 20.06 9.78 29.69 -
YUV 67.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 160 5 150 0 0.97 0.06 0.37 303.87 0.94 0.32
Hex A0 5 96 0 61 6 25 130 5E 20
Octal 240 5 226 0 141 6 45 460 136 40
Binary 10100000 101 10010110 0 1100001 110 100101 100110000 1011110 100000

Color Harmonies of #A00596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00596

Black with #A00596

Text Example


Text Example

White with #A00596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00596; }

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

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

background-color css

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

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

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

border-color css

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

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

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