#A7588B

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

Shades of Strikemaster #A7588B

Tints of Strikemaster #A7588B

Color information

#A7588B (or 0xA7588B) is unknown color: approx Strikemaster. HEX triplet: A7, 58 and 8B. RGB value is (167,88,139). Sum of RGB (Red+Green+Blue) = 167+88+139=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7588B is #58A774. Grayscale: #757575. Windows color (decimal): -5810037 or 9132199. OLE color: 9132199.

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

Color convert

RGB16788139-
CMYK00.470.170.35
HSL321.27º30.98%50%-
HSV(B)321.27º47.31%65.49%-
XYZ24.0917.0626.45-
YUV117.44140.17163.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=42.39%
G=22.34%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678813900.470.170.35321.2730.9850
HexA7588B02F11231411f32
Octal24713021305721435013762
Binary1010011110110001000101101011111000110001110100000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7588B; }

 p { color: rgb(167,88,139); }

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

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

 a { background-color: rgb(167,88,139); }

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

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

 span { border-color: rgb(167,88,139); }

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