#A75B81

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

Shades of Strikemaster #A75B81

Tints of Strikemaster #A75B81

Color information

#A75B81 (or 0xA75B81) is unknown color: approx Strikemaster. HEX triplet: A7, 5B and 81. RGB value is (167,91,129). Sum of RGB (Red+Green+Blue) = 167+91+129=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B81 is #58A47E. Grayscale: #757575. Windows color (decimal): -5809279 or 8477607. OLE color: 8477607.

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

Color convert

RGB16791129-
CMYK00.460.230.35
HSL330º30.16%50.59%-
HSV(B)330º45.51%65.49%-
XYZ23.6417.2822.86-
YUV118.06134.18162.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=43.15%
G=23.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679112900.460.230.3533030.1650.59
HexA75B8102E172314a1e33
Octal24713320105627435123663
Binary1010011110110111000000101011101011110001110100101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B81; }

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

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

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

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

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

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

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

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