#A55487

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

Shades of Strikemaster #A55487

Tints of Strikemaster #A55487

Color information

#A55487 (or 0xA55487) is unknown color: approx Strikemaster. HEX triplet: A5, 54 and 87. RGB value is (165,84,135). Sum of RGB (Red+Green+Blue) = 165+84+135=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55487 is #5AAB78. Grayscale: #717171. Windows color (decimal): -5942137 or 8869029. OLE color: 8869029.

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

Color convert

RGB16584135-
CMYK00.490.180.35
HSL322.22º32.53%48.82%-
HSV(B)322.22º49.09%64.71%-
XYZ23.0616.0924.81-
YUV114.03139.84164.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=42.97%
G=21.88%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658413500.490.180.35322.2232.5348.82
HexA5548703112231422131
Octal24512420706122435024161
Binary10100101101010010000111011000110010100011101000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55487; }

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

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

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

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

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

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

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

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