Html Css Color HEX #A9598D Strikemaster

📋 copy color: '#A9598D'

red 169 ◦ green 89 ◦ blue 141

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

Shades of Strikemaster #A9598D

Tints of Strikemaster #A9598D

RGB

 RED value IS 169 (66.41% from 255) = 42.36%

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

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

R = 42.36%
G = 22.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9598D (or 0xA9598D) is known color: Strikemaster. HEX triplet: A9, 59 and 8D. RGB value is (169,89,141). Sum of RGB (Red+Green+Blue) = 169+89+141=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9598D is #56A672. Grayscale: #767676. Windows color (decimal): -5678707 or 9263529. OLE color: 9263529.

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

Color convert

RGB 169 89 141 -
CMYK 0 0.47 0.17 0.34
HSL 321º 0.32% 0.51% -
HSV(B) 321º 0.47% 0.66% -
XYZ 24.74 17.5 27.27 -
YUV 118.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 169 89 141 0 0.47 0.17 0.34 321 0.32 0.51
Hex A9 59 8D 0 2F 11 22 141 20 33
Octal 251 131 215 0 57 21 42 501 40 63
Binary 10101001 1011001 10001101 0 101111 10001 100010 101000001 100000 110011

Color Harmonies of #A9598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9598D

Black with #A9598D

Text Example


Text Example

White with #A9598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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