#A05685

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

Shades of Strikemaster #A05685

Tints of Strikemaster #A05685

Color information

#A05685 (or 0xA05685) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 85. RGB value is (160,86,133). Sum of RGB (Red+Green+Blue) = 160+86+133=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05685 is #5FA97A. Grayscale: #717171. Windows color (decimal): -6269307 or 8738464. OLE color: 8738464.

HSL color Cylindrical-coordinate representation of color #A05685: hue angle of 321.89º 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 #A05685 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16086133-
CMYK00.460.170.37
HSL321.89º30.08%48.24%-
HSV(B)321.89º46.25%62.75%-
XYZ22.0615.8224.08-
YUV113.48139.02161.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=42.22%
G=22.69%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608613300.460.170.37321.8930.0848.24
HexA0568502E11251421e30
Octal24012620505621455023660
Binary1010000010101101000010101011101000110010110100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05685; }

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

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

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

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

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

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

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

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