#A75785

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

Shades of Strikemaster #A75785

Tints of Strikemaster #A75785

Color information

#A75785 (or 0xA75785) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 85. RGB value is (167,87,133). Sum of RGB (Red+Green+Blue) = 167+87+133=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75785 is #58A87A. Grayscale: #747474. Windows color (decimal): -5810299 or 8738727. OLE color: 8738727.

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

Color convert

RGB16787133-
CMYK00.480.200.35
HSL325.5º31.5%49.8%-
HSV(B)325.5º47.9%65.49%-
XYZ23.5816.7324.18-
YUV116.16137.5164.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=43.15%
G=22.48%
B=34.37%

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
Decimal1678713300.480.200.35325.531.549.8
HexA7578503014231461f32
Octal24712720506024435063762
Binary1010011110101111000010101100001010010001110100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75785; }

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

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

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

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

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

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

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

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