#A5548B

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

Shades of Strikemaster #A5548B

Tints of Strikemaster #A5548B

Color information

#A5548B (or 0xA5548B) is unknown color: approx Strikemaster. HEX triplet: A5, 54 and 8B. RGB value is (165,84,139). Sum of RGB (Red+Green+Blue) = 165+84+139=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5548B is #5AAB74. Grayscale: #727272. Windows color (decimal): -5942133 or 9131173. OLE color: 9131173.

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

Color convert

RGB16584139-
CMYK00.490.160.35
HSL319.26º32.53%48.82%-
HSV(B)319.26º49.09%64.71%-
XYZ23.3516.226.32-
YUV114.49141.84164.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=42.53%
G=21.65%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658413900.490.160.35319.2632.5348.82
HexA5548B031102313f2131
Octal24512421306120434774161
Binary10100101101010010001011011000110000100011100111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5548B; }

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

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

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

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

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

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

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

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