#A56488

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

Shades of Strikemaster #A56488

Tints of Strikemaster #A56488

Color information

#A56488 (or 0xA56488) is unknown color: approx Strikemaster. HEX triplet: A5, 64 and 88. RGB value is (165,100,136). Sum of RGB (Red+Green+Blue) = 165+100+136=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56488 is #5A9B77. Grayscale: #7B7B7B. Windows color (decimal): -5938040 or 8938661. OLE color: 8938661.

HSL color Cylindrical-coordinate representation of color #A56488: hue angle of 326.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56488 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165100136-
CMYK00.390.180.35
HSL326.77º26.53%51.96%-
HSV(B)326.77º39.39%64.71%-
XYZ24.5218.8925.65-
YUV123.54135.03157.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=41.15%
G=24.94%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510013600.390.180.35326.7726.5351.96
HexA5648802712231471b34
Octal24514421004722435073364
Binary1010010111001001000100001001111001010001110100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56488; }

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

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

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

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

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

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

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

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