#A5548D

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

Shades of Strikemaster #A5548D

Tints of Strikemaster #A5548D

Color information

#A5548D (or 0xA5548D) is unknown color: approx Strikemaster. HEX triplet: A5, 54 and 8D. RGB value is (165,84,141). Sum of RGB (Red+Green+Blue) = 165+84+141=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5548D is #5AAB72. Grayscale: #727272. Windows color (decimal): -5942131 or 9262245. OLE color: 9262245.

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

Color convert

RGB16584141-
CMYK00.490.150.35
HSL317.78º32.53%48.82%-
HSV(B)317.78º49.09%64.71%-
XYZ23.516.2627.1-
YUV114.72142.84163.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=42.31%
G=21.54%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658414100.490.150.35317.7832.5348.82
HexA5548D031F2313e2131
Octal24512421506117434764161
Binary1010010110101001000110101100011111100011100111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5548D; }

 p { color: rgb(165,84,141); }

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

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

 a { background-color: rgb(165,84,141); }

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

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

 span { border-color: rgb(165,84,141); }

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