#A75388

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

Shades of Strikemaster #A75388

Tints of Strikemaster #A75388

Color information

#A75388 (or 0xA75388) is unknown color: approx Strikemaster. HEX triplet: A7, 53 and 88. RGB value is (167,83,136). Sum of RGB (Red+Green+Blue) = 167+83+136=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A75388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75388 is #58AC77. Grayscale: #727272. Windows color (decimal): -5811320 or 8934311. OLE color: 8934311.

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

Color convert

RGB16783136-
CMYK00.500.190.35
HSL322.14º33.6%49.02%-
HSV(B)322.14º50.3%65.49%-
XYZ23.4716.1825.18-
YUV114.16140.33165.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=43.26%
G=21.50%
B=35.23%

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
Decimal1678313600.500.190.35322.1433.649.02
HexA7538803213231422231
Octal24712321006223435024261
Binary10100111101001110001000011001010011100011101000010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75388; }

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

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

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

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

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

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

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

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