Html Css Color HEX #A0598B Strikemaster

📋 copy color: '#A0598B'

red 160 ◦ green 89 ◦ blue 139

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

Shades of Strikemaster #A0598B

Tints of Strikemaster #A0598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 41.24%
G = 22.94%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0598B (or 0xA0598B) is known color: Strikemaster. HEX triplet: A0, 59 and 8B. RGB value is (160,89,139). Sum of RGB (Red+Green+Blue) = 160+89+139=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0598B is #5FA674. Grayscale: #737373. Windows color (decimal): -6268533 or 9132448. OLE color: 9132448.

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

Color convert

RGB 160 89 139 -
CMYK 0 0.44 0.13 0.37
HSL 317.75º 0.29% 0.49% -
HSV(B) 317.75º 0.44% 0.63% -
XYZ 22.73 16.48 26.41 -
YUV 115.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 160 89 139 0 0.44 0.13 0.37 317.75 0.29 0.49
Hex A0 59 8B 0 2C D 25 13E 1D 31
Octal 240 131 213 0 54 15 45 476 35 61
Binary 10100000 1011001 10001011 0 101100 1101 100101 100111110 11101 110001

Color Harmonies of #A0598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0598B

Black with #A0598B

Text Example


Text Example

White with #A0598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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