#A75A89

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

Shades of Strikemaster #A75A89

Tints of Strikemaster #A75A89

Color information

#A75A89 (or 0xA75A89) is unknown color: approx Strikemaster. HEX triplet: A7, 5A and 89. RGB value is (167,90,137). Sum of RGB (Red+Green+Blue) = 167+90+137=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A89 is #58A576. Grayscale: #767676. Windows color (decimal): -5809527 or 9001639. OLE color: 9001639.

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

Color convert

RGB16790137-
CMYK00.460.180.35
HSL323.38º30.43%50.39%-
HSV(B)323.38º46.11%65.49%-
XYZ24.1117.3325.74-
YUV118.38138.51162.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=42.39%
G=22.84%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679013700.460.180.35323.3830.4350.39
HexA75A8902E12231431e32
Octal24713221105622435033662
Binary1010011110110101000100101011101001010001110100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A89; }

 p { color: rgb(167,90,137); }

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

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

 a { background-color: rgb(167,90,137); }

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

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

 span { border-color: rgb(167,90,137); }

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