#A75984

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

Shades of Strikemaster #A75984

Tints of Strikemaster #A75984

Color information

#A75984 (or 0xA75984) is unknown color: approx Strikemaster. HEX triplet: A7, 59 and 84. RGB value is (167,89,132). Sum of RGB (Red+Green+Blue) = 167+89+132=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A75984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75984 is #58A67B. Grayscale: #757575. Windows color (decimal): -5809788 or 8673703. OLE color: 8673703.

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

Color convert

RGB16789132-
CMYK00.470.210.35
HSL326.92º30.71%50.2%-
HSV(B)326.92º46.71%65.49%-
XYZ23.6717.0323.87-
YUV117.22136.34163.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=43.04%
G=22.94%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678913200.470.210.35326.9230.7150.2
HexA7598402F15231471f32
Octal24713120405725435073762
Binary1010011110110011000010001011111010110001110100011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75984; }

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

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

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

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

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

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

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

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