Html Css Color HEX #A0597C Strikemaster

📋 copy color: '#A0597C'

red 160 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #A0597C

Tints of Strikemaster #A0597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 42.9%
G = 23.86%
B = 33.24%

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

#A0597C (or 0xA0597C) is known color: Strikemaster. HEX triplet: A0, 59 and 7C. RGB value is (160,89,124). Sum of RGB (Red+Green+Blue) = 160+89+124=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0597C is #5FA683. Grayscale: #727272. Windows color (decimal): -6268548 or 8149408. OLE color: 8149408.

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

Color convert

RGB 160 89 124 -
CMYK 0 0.44 0.22 0.37
HSL 330.42º 0.29% 0.49% -
HSV(B) 330.42º 0.44% 0.63% -
XYZ 21.71 16.07 21.03 -
YUV 114.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 160 89 124 0 0.44 0.22 0.37 330.42 0.29 0.49
Hex A0 59 7C 0 2C 16 25 14A 1D 31
Octal 240 131 174 0 54 26 45 512 35 61
Binary 10100000 1011001 1111100 0 101100 10110 100101 101001010 11101 110001

Color Harmonies of #A0597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0597C

Black with #A0597C

Text Example


Text Example

White with #A0597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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