#A75A88

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

Shades of Strikemaster #A75A88

Tints of Strikemaster #A75A88

Color information

#A75A88 (or 0xA75A88) is unknown color: approx Strikemaster. HEX triplet: A7, 5A and 88. RGB value is (167,90,136). Sum of RGB (Red+Green+Blue) = 167+90+136=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A88 is #58A577. Grayscale: #767676. Windows color (decimal): -5809528 or 8936103. OLE color: 8936103.

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

Color convert

RGB16790136-
CMYK00.460.190.35
HSL324.16º30.43%50.39%-
HSV(B)324.16º46.11%65.49%-
XYZ24.0417.3125.37-
YUV118.27138.01162.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=42.49%
G=22.90%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679013600.460.190.35324.1630.4350.39
HexA75A8802E13231441e32
Octal24713221005623435043662
Binary1010011110110101000100001011101001110001110100010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A88; }

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

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

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

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

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

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

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

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