#A56088

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

Shades of Strikemaster #A56088

Tints of Strikemaster #A56088

Color information

#A56088 (or 0xA56088) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 88. RGB value is (165,96,136). Sum of RGB (Red+Green+Blue) = 165+96+136=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56088 is #5A9F77. Grayscale: #797979. Windows color (decimal): -5939064 or 8937637. OLE color: 8937637.

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

Color convert

RGB16596136-
CMYK00.420.180.35
HSL325.22º27.71%51.18%-
HSV(B)325.22º41.82%64.71%-
XYZ24.1418.1425.52-
YUV121.19136.36159.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=41.56%
G=24.18%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659613600.420.180.35325.2227.7151.18
HexA5608802A12231451c33
Octal24514021005222435053463
Binary1010010111000001000100001010101001010001110100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56088; }

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

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

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

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

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

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

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

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