#A55585

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

Shades of Strikemaster #A55585

Tints of Strikemaster #A55585

Color information

#A55585 (or 0xA55585) is unknown color: approx Strikemaster. HEX triplet: A5, 55 and 85. RGB value is (165,85,133). Sum of RGB (Red+Green+Blue) = 165+85+133=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55585 is #5AAA7A. Grayscale: #727272. Windows color (decimal): -5941883 or 8738213. OLE color: 8738213.

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

Color convert

RGB16585133-
CMYK00.480.190.35
HSL324º32%49.02%-
HSV(B)324º48.48%64.71%-
XYZ2316.1924.1-
YUV114.39138.5164.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=43.08%
G=22.19%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658513300.480.190.353243249.02
HexA5558503013231442031
Octal24512520506023435044061
Binary10100101101010110000101011000010011100011101000100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55585; }

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

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

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

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

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

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

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

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