#A65586

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

Shades of Strikemaster #A65586

Tints of Strikemaster #A65586

Color information

#A65586 (or 0xA65586) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 86. RGB value is (166,85,134). Sum of RGB (Red+Green+Blue) = 166+85+134=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A65586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65586 is #59AA79. Grayscale: #727272. Windows color (decimal): -5876346 or 8803750. OLE color: 8803750.

HSL color Cylindrical-coordinate representation of color #A65586: hue angle of 323.7º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65586 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16685134-
CMYK00.490.190.35
HSL323.7º32.27%49.22%-
HSV(B)323.7º48.8%65.1%-
XYZ23.2816.3324.48-
YUV114.8138.84164.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=43.12%
G=22.08%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668513400.490.190.35323.732.2749.22
HexA6558603113231442031
Octal24612520606123435044061
Binary10100110101010110000110011000110011100011101000100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65586; }

 p { color: rgb(166,85,134); }

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

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

 a { background-color: rgb(166,85,134); }

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

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

 span { border-color: rgb(166,85,134); }

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