#A75B82

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

Shades of Strikemaster #A75B82

Tints of Strikemaster #A75B82

Color information

#A75B82 (or 0xA75B82) is unknown color: approx Strikemaster. HEX triplet: A7, 5B and 82. RGB value is (167,91,130). Sum of RGB (Red+Green+Blue) = 167+91+130=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B82 is #58A47D. Grayscale: #767676. Windows color (decimal): -5809278 or 8543143. OLE color: 8543143.

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

Color convert

RGB16791130-
CMYK00.460.220.35
HSL329.21º30.16%50.59%-
HSV(B)329.21º45.51%65.49%-
XYZ23.7117.3123.21-
YUV118.17134.68162.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=43.04%
G=23.45%
B=33.51%

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
Decimal1679113000.460.220.35329.2130.1650.59
HexA75B8202E16231491e33
Octal24713320205626435113663
Binary1010011110110111000001001011101011010001110100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B82; }

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

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

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

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

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

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

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

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