Html Css Color HEX #A00597 Dark Magenta

📋 copy color: '#A00597'

red 160 ◦ green 5 ◦ blue 151

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

Shades of Dark Magenta #A00597

Tints of Dark Magenta #A00597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 50.63%
G = 1.58%
B = 47.78%

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

#A00597 (or 0xA00597) is known color: Dark Magenta. HEX triplet: A0, 05 and 97. RGB value is (160,5,151). Sum of RGB (Red+Green+Blue) = 160+5+151=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A00597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00597 is #5FFA68. Grayscale: #434343. Windows color (decimal): -6290025 or 9897376. OLE color: 9897376.

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

Color convert

RGB 160 5 151 -
CMYK 0 0.97 0.06 0.37
HSL 303.48º 0.94% 0.32% -
HSV(B) 303.48º 0.97% 0.63% -
XYZ 20.14 9.82 30.11 -
YUV 67.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 160 5 151 0 0.97 0.06 0.37 303.48 0.94 0.32
Hex A0 5 97 0 61 6 25 12F 5E 20
Octal 240 5 227 0 141 6 45 457 136 40
Binary 10100000 101 10010111 0 1100001 110 100101 100101111 1011110 100000

Color Harmonies of #A00597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00597

Black with #A00597

Text Example


Text Example

White with #A00597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00597; }

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

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

background-color css

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

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

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

border-color css

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

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

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