#A55983

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

Shades of Strikemaster #A55983

Tints of Strikemaster #A55983

Color information

#A55983 (or 0xA55983) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 83. RGB value is (165,89,131). Sum of RGB (Red+Green+Blue) = 165+89+131=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55983 is #5AA67C. Grayscale: #747474. Windows color (decimal): -5940861 or 8608165. OLE color: 8608165.

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

Color convert

RGB16589131-
CMYK00.460.210.35
HSL326.84º29.92%49.8%-
HSV(B)326.84º46.06%64.71%-
XYZ23.1916.7823.49-
YUV116.51136.18162.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=42.86%
G=23.12%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658913100.460.210.35326.8429.9249.8
HexA5598302E15231471e32
Octal24513120305625435073662
Binary1010010110110011000001101011101010110001110100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55983; }

 p { color: rgb(165,89,131); }

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

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

 a { background-color: rgb(165,89,131); }

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

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

 span { border-color: rgb(165,89,131); }

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