#A75D83

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

Shades of Strikemaster #A75D83

Tints of Strikemaster #A75D83

Color information

#A75D83 (or 0xA75D83) is unknown color: approx Strikemaster. HEX triplet: A7, 5D and 83. RGB value is (167,93,131). Sum of RGB (Red+Green+Blue) = 167+93+131=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D83 is #58A27C. Grayscale: #777777. Windows color (decimal): -5808765 or 8609191. OLE color: 8609191.

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

Color convert

RGB16793131-
CMYK00.440.220.35
HSL329.19º29.6%50.98%-
HSV(B)329.19º44.31%65.49%-
XYZ23.9517.6823.62-
YUV119.46134.52161.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=42.71%
G=23.79%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679313100.440.220.35329.1929.650.98
HexA75D8302C16231491e33
Octal24713520305426435113663
Binary1010011110111011000001101011001011010001110100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D83; }

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

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

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

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

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

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

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

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