#A75D7F

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

Shades of Strikemaster #A75D7F

Tints of Strikemaster #A75D7F

Color information

#A75D7F (or 0xA75D7F) is unknown color: approx Strikemaster. HEX triplet: A7, 5D and 7F. RGB value is (167,93,127). Sum of RGB (Red+Green+Blue) = 167+93+127=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D7F is #58A280. Grayscale: #767676. Windows color (decimal): -5808769 or 8347047. OLE color: 8347047.

HSL color Cylindrical-coordinate representation of color #A75D7F: hue angle of 332.43º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D7F is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16793127-
CMYK00.440.240.35
HSL332.43º29.6%50.98%-
HSV(B)332.43º44.31%65.49%-
XYZ23.6817.5822.22-
YUV119132.52162.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 127 (50% from 255) = 32.82%
R=43.15%
G=24.03%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679312700.440.240.35332.4329.650.98
HexA75D7F02C182314c1e33
Octal24713517705430435143663
Binary101001111011101111111101011001100010001110100110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D7F; }

 p { color: rgb(167,93,127); }

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

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

 a { background-color: rgb(167,93,127); }

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

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

 span { border-color: rgb(167,93,127); }

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