#A1598B

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

Shades of Strikemaster #A1598B

Tints of Strikemaster #A1598B

Color information

#A1598B (or 0xA1598B) is unknown color: approx Strikemaster. HEX triplet: A1, 59 and 8B. RGB value is (161,89,139). Sum of RGB (Red+Green+Blue) = 161+89+139=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1598B is #5EA674. Grayscale: #747474. Windows color (decimal): -6202997 or 9132449. OLE color: 9132449.

HSL color Cylindrical-coordinate representation of color #A1598B: hue angle of 318.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1598B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16189139-
CMYK00.450.140.37
HSL318.33º28.8%49.02%-
HSV(B)318.33º44.72%63.14%-
XYZ22.9316.5926.42-
YUV116.23140.85159.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=41.39%
G=22.88%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618913900.450.140.37318.3328.849.02
HexA1598B02DE2513e1d31
Octal24113121305516454763561
Binary101000011011001100010110101101111010010110011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1598B; }

 p { color: rgb(161,89,139); }

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

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

 a { background-color: rgb(161,89,139); }

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

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

 span { border-color: rgb(161,89,139); }

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