#A75587

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

Shades of Strikemaster #A75587

Tints of Strikemaster #A75587

Color information

#A75587 (or 0xA75587) is unknown color: approx Strikemaster. HEX triplet: A7, 55 and 87. RGB value is (167,85,135). Sum of RGB (Red+Green+Blue) = 167+85+135=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75587 is #58AA78. Grayscale: #737373. Windows color (decimal): -5810809 or 8869287. OLE color: 8869287.

HSL color Cylindrical-coordinate representation of color #A75587: hue angle of 323.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75587 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16785135-
CMYK00.490.190.35
HSL323.41º32.54%49.41%-
HSV(B)323.41º49.1%65.49%-
XYZ23.5616.4624.86-
YUV115.22139.17164.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=43.15%
G=21.96%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678513500.490.190.35323.4132.5449.41
HexA7558703113231432131
Octal24712520706123435034161
Binary10100111101010110000111011000110011100011101000011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75587; }

 p { color: rgb(167,85,135); }

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

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

 a { background-color: rgb(167,85,135); }

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

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

 span { border-color: rgb(167,85,135); }

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