Html Css Color HEX #A0598D Strikemaster

📋 copy color: '#A0598D'

red 160 ◦ green 89 ◦ blue 141

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

Shades of Strikemaster #A0598D

Tints of Strikemaster #A0598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 41.03%
G = 22.82%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0598D (or 0xA0598D) is known color: Strikemaster. HEX triplet: A0, 59 and 8D. RGB value is (160,89,141). Sum of RGB (Red+Green+Blue) = 160+89+141=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0598D is #5FA672. Grayscale: #747474. Windows color (decimal): -6268531 or 9263520. OLE color: 9263520.

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

Color convert

RGB 160 89 141 -
CMYK 0 0.44 0.12 0.37
HSL 316.06º 0.29% 0.49% -
HSV(B) 316.06º 0.44% 0.63% -
XYZ 22.88 16.54 27.19 -
YUV 116.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 160 89 141 0 0.44 0.12 0.37 316.06 0.29 0.49
Hex A0 59 8D 0 2C C 25 13C 1D 31
Octal 240 131 215 0 54 14 45 474 35 61
Binary 10100000 1011001 10001101 0 101100 1100 100101 100111100 11101 110001

Color Harmonies of #A0598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0598D

Black with #A0598D

Text Example


Text Example

White with #A0598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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