#A75985

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

Shades of Strikemaster #A75985

Tints of Strikemaster #A75985

Color information

#A75985 (or 0xA75985) is unknown color: approx Strikemaster. HEX triplet: A7, 59 and 85. RGB value is (167,89,133). Sum of RGB (Red+Green+Blue) = 167+89+133=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75985 is #58A67A. Grayscale: #757575. Windows color (decimal): -5809787 or 8739239. OLE color: 8739239.

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

Color convert

RGB16789133-
CMYK00.470.200.35
HSL326.15º30.71%50.2%-
HSV(B)326.15º46.71%65.49%-
XYZ23.7417.0524.23-
YUV117.34136.84163.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=42.93%
G=22.88%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678913300.470.200.35326.1530.7150.2
HexA7598502F14231461f32
Octal24713120505724435063762
Binary1010011110110011000010101011111010010001110100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75985; }

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

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

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

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

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

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

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

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