#A55588

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

Shades of Strikemaster #A55588

Tints of Strikemaster #A55588

Color information

#A55588 (or 0xA55588) is unknown color: approx Strikemaster. HEX triplet: A5, 55 and 88. RGB value is (165,85,136). Sum of RGB (Red+Green+Blue) = 165+85+136=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55588 is #5AAA77. Grayscale: #727272. Windows color (decimal): -5941880 or 8934821. OLE color: 8934821.

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

Color convert

RGB16585136-
CMYK00.480.180.35
HSL321.75º32%49.02%-
HSV(B)321.75º48.48%64.71%-
XYZ23.2116.2725.21-
YUV114.73140163.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=42.75%
G=22.02%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658513600.480.180.35321.753249.02
HexA5558803012231422031
Octal24512521006022435024061
Binary10100101101010110001000011000010010100011101000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55588; }

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

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

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

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

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

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

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

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