#A55981

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

Shades of Strikemaster #A55981

Tints of Strikemaster #A55981

Color information

#A55981 (or 0xA55981) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 81. RGB value is (165,89,129). Sum of RGB (Red+Green+Blue) = 165+89+129=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55981 is #5AA67E. Grayscale: #747474. Windows color (decimal): -5940863 or 8477093. OLE color: 8477093.

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

Color convert

RGB16589129-
CMYK00.460.220.35
HSL328.42º29.92%49.8%-
HSV(B)328.42º46.06%64.71%-
XYZ23.0516.7322.78-
YUV116.28135.18162.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=43.08%
G=23.24%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912900.460.220.35328.4229.9249.8
HexA5598102E16231481e32
Octal24513120105626435103662
Binary1010010110110011000000101011101011010001110100100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55981; }

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

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

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

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

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

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

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

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