#A75B83

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

Shades of Strikemaster #A75B83

Tints of Strikemaster #A75B83

Color information

#A75B83 (or 0xA75B83) is unknown color: approx Strikemaster. HEX triplet: A7, 5B and 83. RGB value is (167,91,131). Sum of RGB (Red+Green+Blue) = 167+91+131=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B83 is #58A47C. Grayscale: #767676. Windows color (decimal): -5809277 or 8608679. OLE color: 8608679.

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

Color convert

RGB16791131-
CMYK00.460.220.35
HSL328.42º30.16%50.59%-
HSV(B)328.42º45.51%65.49%-
XYZ23.7717.3423.57-
YUV118.28135.18162.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=42.93%
G=23.39%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679113100.460.220.35328.4230.1650.59
HexA75B8302E16231481e33
Octal24713320305626435103663
Binary1010011110110111000001101011101011010001110100100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B83; }

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

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

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

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

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

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

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

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