#A75886

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

Shades of Strikemaster #A75886

Tints of Strikemaster #A75886

Color information

#A75886 (or 0xA75886) is unknown color: approx Strikemaster. HEX triplet: A7, 58 and 86. RGB value is (167,88,134). Sum of RGB (Red+Green+Blue) = 167+88+134=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75886 is #58A779. Grayscale: #747474. Windows color (decimal): -5810042 or 8804519. OLE color: 8804519.

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

Color convert

RGB16788134-
CMYK00.470.200.35
HSL325.06º30.98%50%-
HSV(B)325.06º47.31%65.49%-
XYZ23.7316.9224.57-
YUV116.86137.67163.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=42.93%
G=22.62%
B=34.45%

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
Decimal1678813400.470.200.35325.0630.9850
HexA7588602F14231451f32
Octal24713020605724435053762
Binary1010011110110001000011001011111010010001110100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75886; }

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

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

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

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

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

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

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

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