#A5558B

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

Shades of Strikemaster #A5558B

Tints of Strikemaster #A5558B

Color information

#A5558B (or 0xA5558B) is unknown color: approx Strikemaster. HEX triplet: A5, 55 and 8B. RGB value is (165,85,139). Sum of RGB (Red+Green+Blue) = 165+85+139=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5558B is #5AAA74. Grayscale: #727272. Windows color (decimal): -5941877 or 9131429. OLE color: 9131429.

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

Color convert

RGB16585139-
CMYK00.480.160.35
HSL319.5º32%49.02%-
HSV(B)319.5º48.48%64.71%-
XYZ23.4316.3626.35-
YUV115.08141.5163.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=42.42%
G=21.85%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658513900.480.160.35319.53249.02
HexA5558B03010231402031
Octal24512521306020435004061
Binary10100101101010110001011011000010000100011101000000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5558B; }

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

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

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

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

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

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

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

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