#A75F81

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

Shades of Strikemaster #A75F81

Tints of Strikemaster #A75F81

Color information

#A75F81 (or 0xA75F81) is unknown color: approx Strikemaster. HEX triplet: A7, 5F and 81. RGB value is (167,95,129). Sum of RGB (Red+Green+Blue) = 167+95+129=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F81 is #58A07E. Grayscale: #787878. Windows color (decimal): -5808255 or 8478631. OLE color: 8478631.

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

Color convert

RGB16795129-
CMYK00.430.230.35
HSL331.67º29.03%51.37%-
HSV(B)331.67º43.11%65.49%-
XYZ23.9917.9822.98-
YUV120.4132.85161.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=42.71%
G=24.30%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679512900.430.230.35331.6729.0351.37
HexA75F8102B172314c1d33
Octal24713720105327435143563
Binary1010011110111111000000101010111011110001110100110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F81; }

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

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

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

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

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

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

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

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