#A75786

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

Shades of Strikemaster #A75786

Tints of Strikemaster #A75786

Color information

#A75786 (or 0xA75786) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 86. RGB value is (167,87,134). Sum of RGB (Red+Green+Blue) = 167+87+134=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A75786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75786 is #58A879. Grayscale: #747474. Windows color (decimal): -5810298 or 8804263. OLE color: 8804263.

HSL color Cylindrical-coordinate representation of color #A75786: hue angle of 324.75º 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 #A75786 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16787134-
CMYK00.480.200.35
HSL324.75º31.5%49.8%-
HSV(B)324.75º47.9%65.49%-
XYZ23.6516.7524.54-
YUV116.28138164.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=43.04%
G=22.42%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678713400.480.200.35324.7531.549.8
HexA7578603014231451f32
Octal24712720606024435053762
Binary1010011110101111000011001100001010010001110100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75786; }

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

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

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

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

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

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

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

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