#A75387

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

Shades of Strikemaster #A75387

Tints of Strikemaster #A75387

Color information

#A75387 (or 0xA75387) is unknown color: approx Strikemaster. HEX triplet: A7, 53 and 87. RGB value is (167,83,135). Sum of RGB (Red+Green+Blue) = 167+83+135=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75387 is #58AC78. Grayscale: #717171. Windows color (decimal): -5811321 or 8868775. OLE color: 8868775.

HSL color Cylindrical-coordinate representation of color #A75387: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75387 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16783135-
CMYK00.500.190.35
HSL322.86º33.6%49.02%-
HSV(B)322.86º50.3%65.49%-
XYZ23.416.1524.81-
YUV114.04139.83165.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=43.38%
G=21.56%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678313500.500.190.35322.8633.649.02
HexA7538703213231432231
Octal24712320706223435034261
Binary10100111101001110000111011001010011100011101000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75387; }

 p { color: rgb(167,83,135); }

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

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

 a { background-color: rgb(167,83,135); }

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

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

 span { border-color: rgb(167,83,135); }

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