#A55984

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

Shades of Strikemaster #A55984

Tints of Strikemaster #A55984

Color information

#A55984 (or 0xA55984) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 84. RGB value is (165,89,132). Sum of RGB (Red+Green+Blue) = 165+89+132=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55984 is #5AA67B. Grayscale: #747474. Windows color (decimal): -5940860 or 8673701. OLE color: 8673701.

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

Color convert

RGB16589132-
CMYK00.460.200.35
HSL326.05º29.92%49.8%-
HSV(B)326.05º46.06%64.71%-
XYZ23.2516.8123.85-
YUV116.63136.68162.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=42.75%
G=23.06%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658913200.460.200.35326.0529.9249.8
HexA5598402E14231461e32
Octal24513120405624435063662
Binary1010010110110011000010001011101010010001110100011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55984; }

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

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

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

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

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

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

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

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