#A55581

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

Shades of Strikemaster #A55581

Tints of Strikemaster #A55581

Color information

#A55581 (or 0xA55581) is unknown color: approx Strikemaster. HEX triplet: A5, 55 and 81. RGB value is (165,85,129). Sum of RGB (Red+Green+Blue) = 165+85+129=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A55581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55581 is #5AAA7E. Grayscale: #717171. Windows color (decimal): -5941887 or 8476069. OLE color: 8476069.

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

Color convert

RGB16585129-
CMYK00.480.220.35
HSL327º32%49.02%-
HSV(B)327º48.48%64.71%-
XYZ22.7316.0822.67-
YUV113.94136.5164.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=43.54%
G=22.43%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658512900.480.220.353273249.02
HexA5558103016231472031
Octal24512520106026435074061
Binary10100101101010110000001011000010110100011101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55581; }

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

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

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

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

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

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

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

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