Html Css Color HEX #A7598C Strikemaster

📋 copy color: '#A7598C'

red 167 ◦ green 89 ◦ blue 140

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

Shades of Strikemaster #A7598C

Tints of Strikemaster #A7598C

RGB

 RED value IS 167 (65.63% from 255) = 42.17%

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 42.17%
G = 22.47%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7598C (or 0xA7598C) is known color: Strikemaster. HEX triplet: A7, 59 and 8C. RGB value is (167,89,140). Sum of RGB (Red+Green+Blue) = 167+89+140=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7598C is #58A673. Grayscale: #767676. Windows color (decimal): -5809780 or 9197991. OLE color: 9197991.

HSL color Cylindrical-coordinate representation of color #A7598C: hue angle of 320.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7598C is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 89 140 -
CMYK 0 0.47 0.16 0.35
HSL 320.77º 0.31% 0.5% -
HSV(B) 320.77º 0.47% 0.65% -
XYZ 24.24 17.25 26.86 -
YUV 118.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 167 89 140 0 0.47 0.16 0.35 320.77 0.31 0.5
Hex A7 59 8C 0 2F 10 23 141 1F 32
Octal 247 131 214 0 57 20 43 501 37 62
Binary 10100111 1011001 10001100 0 101111 10000 100011 101000001 11111 110010

Color Harmonies of #A7598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7598C

Black with #A7598C

Text Example


Text Example

White with #A7598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7598C; }

 p { color: rgb(167,89,140); }

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

background-color css

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

 a { background-color: rgb(167,89,140); }

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

border-color css

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

 span { border-color: rgb(167,89,140); }

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