#A75787

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

Shades of Strikemaster #A75787

Tints of Strikemaster #A75787

Color information

#A75787 (or 0xA75787) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 87. RGB value is (167,87,135). Sum of RGB (Red+Green+Blue) = 167+87+135=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75787 is #58A878. Grayscale: #747474. Windows color (decimal): -5810297 or 8869799. OLE color: 8869799.

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

Color convert

RGB16787135-
CMYK00.480.190.35
HSL324º31.5%49.8%-
HSV(B)324º47.9%65.49%-
XYZ23.7216.7824.91-
YUV116.39138.5164.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=42.93%
G=22.37%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678713500.480.190.3532431.549.8
HexA7578703013231441f32
Octal24712720706023435043762
Binary1010011110101111000011101100001001110001110100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75787; }

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

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

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

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

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

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

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

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