#A75887

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

Shades of Strikemaster #A75887

Tints of Strikemaster #A75887

Color information

#A75887 (or 0xA75887) is unknown color: approx Strikemaster. HEX triplet: A7, 58 and 87. RGB value is (167,88,135). Sum of RGB (Red+Green+Blue) = 167+88+135=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A75887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75887 is #58A778. Grayscale: #747474. Windows color (decimal): -5810041 or 8870055. OLE color: 8870055.

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

Color convert

RGB16788135-
CMYK00.470.190.35
HSL324.3º30.98%50%-
HSV(B)324.3º47.31%65.49%-
XYZ23.816.9424.94-
YUV116.98138.17163.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=42.82%
G=22.56%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678813500.470.190.35324.330.9850
HexA7588702F13231441f32
Octal24713020705723435043762
Binary1010011110110001000011101011111001110001110100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75887; }

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

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

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

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

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

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

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

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