Html Css Color HEX #A0597D Strikemaster

📋 copy color: '#A0597D'

red 160 ◦ green 89 ◦ blue 125

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

Shades of Strikemaster #A0597D

Tints of Strikemaster #A0597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 42.78%
G = 23.8%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0597D (or 0xA0597D) is known color: Strikemaster. HEX triplet: A0, 59 and 7D. RGB value is (160,89,125). Sum of RGB (Red+Green+Blue) = 160+89+125=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0597D is #5FA682. Grayscale: #727272. Windows color (decimal): -6268547 or 8214944. OLE color: 8214944.

HSL color Cylindrical-coordinate representation of color #A0597D: hue angle of 329.58º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0597D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 125 -
CMYK 0 0.44 0.22 0.37
HSL 329.58º 0.29% 0.49% -
HSV(B) 329.58º 0.44% 0.63% -
XYZ 21.77 16.1 21.36 -
YUV 114.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 160 89 125 0 0.44 0.22 0.37 329.58 0.29 0.49
Hex A0 59 7D 0 2C 16 25 14A 1D 31
Octal 240 131 175 0 54 26 45 512 35 61
Binary 10100000 1011001 1111101 0 101100 10110 100101 101001010 11101 110001

Color Harmonies of #A0597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0597D

Black with #A0597D

Text Example


Text Example

White with #A0597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0597D; }

 p { color: rgb(160,89,125); }

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

background-color css

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

 a { background-color: rgb(160,89,125); }

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

border-color css

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

 span { border-color: rgb(160,89,125); }

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