#A8598F

Color #A8598F Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A8598F

Tints of Strikemaster #A8598F

Color information

#A8598F (or 0xA8598F) is unknown color: approx Strikemaster. HEX triplet: A8, 59 and 8F. RGB value is (168,89,143). Sum of RGB (Red+Green+Blue) = 168+89+143=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A8598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8598F is #57A670. Grayscale: #767676. Windows color (decimal): -5744241 or 9394600. OLE color: 9394600.

HSL color Cylindrical-coordinate representation of color #A8598F: hue angle of 318.99º 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 #A8598F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16889143-
CMYK00.470.150.34
HSL318.99º31.23%50.39%-
HSV(B)318.99º47.02%65.88%-
XYZ24.6817.4528.05-
YUV118.78141.67163.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=42%
G=22.25%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688914300.470.150.34318.9931.2350.39
HexA8598F02FF2213f1f32
Octal25013121705717424773762
Binary101010001011001100011110101111111110001010011111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8598F; }

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

 H1.HeaderClassName
 {
   color: #A8598F;
 }
 .AnyTagClassName
 {
   color: #A8598F;
 }
</style>
background-color css

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

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

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

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

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

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