#A05688

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

Shades of Strikemaster #A05688

Tints of Strikemaster #A05688

Color information

#A05688 (or 0xA05688) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 88. RGB value is (160,86,136). Sum of RGB (Red+Green+Blue) = 160+86+136=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A05688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05688 is #5FA977. Grayscale: #717171. Windows color (decimal): -6269304 or 8935072. OLE color: 8935072.

HSL color Cylindrical-coordinate representation of color #A05688: hue angle of 319.46º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05688 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16086136-
CMYK00.460.150.37
HSL319.46º30.08%48.24%-
HSV(B)319.46º46.25%62.75%-
XYZ22.2715.9125.19-
YUV113.83140.52160.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=41.88%
G=22.51%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608613600.460.150.37319.4630.0848.24
HexA0568802EF2513f1e30
Octal24012621005617454773660
Binary101000001010110100010000101110111110010110011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05688; }

 p { color: rgb(160,86,136); }

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

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

 a { background-color: rgb(160,86,136); }

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

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

 span { border-color: rgb(160,86,136); }

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