Html Css Color HEX #A0597A Strikemaster

📋 copy color: '#A0597A'

red 160 ◦ green 89 ◦ blue 122

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

Shades of Strikemaster #A0597A

Tints of Strikemaster #A0597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 43.13%
G = 23.99%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0597A (or 0xA0597A) is known color: Strikemaster. HEX triplet: A0, 59 and 7A. RGB value is (160,89,122). Sum of RGB (Red+Green+Blue) = 160+89+122=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0597A is #5FA685. Grayscale: #717171. Windows color (decimal): -6268550 or 8018336. OLE color: 8018336.

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

Color convert

RGB 160 89 122 -
CMYK 0 0.44 0.24 0.37
HSL 332.11º 0.29% 0.49% -
HSV(B) 332.11º 0.44% 0.63% -
XYZ 21.58 16.02 20.37 -
YUV 113.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 160 89 122 0 0.44 0.24 0.37 332.11 0.29 0.49
Hex A0 59 7A 0 2C 18 25 14C 1D 31
Octal 240 131 172 0 54 30 45 514 35 61
Binary 10100000 1011001 1111010 0 101100 11000 100101 101001100 11101 110001

Color Harmonies of #A0597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0597A

Black with #A0597A

Text Example


Text Example

White with #A0597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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