#A55887

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

Shades of Strikemaster #A55887

Tints of Strikemaster #A55887

Color information

#A55887 (or 0xA55887) is unknown color: approx Strikemaster. HEX triplet: A5, 58 and 87. RGB value is (165,88,135). Sum of RGB (Red+Green+Blue) = 165+88+135=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A55887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55887 is #5AA778. Grayscale: #747474. Windows color (decimal): -5941113 or 8870053. OLE color: 8870053.

HSL color Cylindrical-coordinate representation of color #A55887: 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.47%. Process color model (Four color, CMYK) of #A55887 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16588135-
CMYK00.470.180.35
HSL323.38º30.43%49.61%-
HSV(B)323.38º46.67%64.71%-
XYZ23.3816.7324.92-
YUV116.38138.51162.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=42.53%
G=22.68%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658813500.470.180.35323.3830.4349.61
HexA5588702F12231431e32
Octal24513020705722435033662
Binary1010010110110001000011101011111001010001110100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55887; }

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

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

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

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

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

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

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

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