#A55485

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

Shades of Strikemaster #A55485

Tints of Strikemaster #A55485

Color information

#A55485 (or 0xA55485) is unknown color: approx Strikemaster. HEX triplet: A5, 54 and 85. RGB value is (165,84,133). Sum of RGB (Red+Green+Blue) = 165+84+133=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55485 is #5AAB7A. Grayscale: #717171. Windows color (decimal): -5942139 or 8737957. OLE color: 8737957.

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

Color convert

RGB16584133-
CMYK00.490.190.35
HSL323.7º32.53%48.82%-
HSV(B)323.7º49.09%64.71%-
XYZ22.9216.0324.08-
YUV113.8138.84164.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=43.19%
G=21.99%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658413300.490.190.35323.732.5348.82
HexA5548503113231442131
Octal24512420506123435044161
Binary10100101101010010000101011000110011100011101000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55485; }

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

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

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

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

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

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

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

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