#A5588B

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

Shades of Strikemaster #A5588B

Tints of Strikemaster #A5588B

Color information

#A5588B (or 0xA5588B) is unknown color: approx Strikemaster. HEX triplet: A5, 58 and 8B. RGB value is (165,88,139). Sum of RGB (Red+Green+Blue) = 165+88+139=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588B is #5AA774. Grayscale: #747474. Windows color (decimal): -5941109 or 9132197. OLE color: 9132197.

HSL color Cylindrical-coordinate representation of color #A5588B: hue angle of 320.26º degrees, saturation: 0.3, 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 #A5588B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16588139-
CMYK00.470.160.35
HSL320.26º30.43%49.61%-
HSV(B)320.26º46.67%64.71%-
XYZ23.6716.8426.43-
YUV116.84140.51162.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=42.09%
G=22.45%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658813900.470.160.35320.2630.4349.61
HexA5588B02F10231401e32
Octal24513021305720435003662
Binary1010010110110001000101101011111000010001110100000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5588B; }

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

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

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

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

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

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

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

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