Html Css Color HEX #A8598D Strikemaster

📋 copy color: '#A8598D'

red 168 ◦ green 89 ◦ blue 141

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

Shades of Strikemaster #A8598D

Tints of Strikemaster #A8598D

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

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

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

R = 42.21%
G = 22.36%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8598D (or 0xA8598D) is known color: Strikemaster. HEX triplet: A8, 59 and 8D. RGB value is (168,89,141). Sum of RGB (Red+Green+Blue) = 168+89+141=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8598D is #57A672. Grayscale: #767676. Windows color (decimal): -5744243 or 9263528. OLE color: 9263528.

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

Color convert

RGB 168 89 141 -
CMYK 0 0.47 0.16 0.34
HSL 320.51º 0.31% 0.5% -
HSV(B) 320.51º 0.47% 0.66% -
XYZ 24.53 17.39 27.26 -
YUV 118.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 168 89 141 0 0.47 0.16 0.34 320.51 0.31 0.5
Hex A8 59 8D 0 2F 10 22 141 1F 32
Octal 250 131 215 0 57 20 42 501 37 62
Binary 10101000 1011001 10001101 0 101111 10000 100010 101000001 11111 110010

Color Harmonies of #A8598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8598D

Black with #A8598D

Text Example


Text Example

White with #A8598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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