#A65786

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

Shades of Strikemaster #A65786

Tints of Strikemaster #A65786

Color information

#A65786 (or 0xA65786) is unknown color: approx Strikemaster. HEX triplet: A6, 57 and 86. RGB value is (166,87,134). Sum of RGB (Red+Green+Blue) = 166+87+134=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A65786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65786 is #59A879. Grayscale: #737373. Windows color (decimal): -5875834 or 8804262. OLE color: 8804262.

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

Color convert

RGB16687134-
CMYK00.480.190.35
HSL324.3º31.23%49.61%-
HSV(B)324.3º47.59%65.1%-
XYZ23.4416.6424.53-
YUV115.98138.17163.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=42.89%
G=22.48%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668713400.480.190.35324.331.2349.61
HexA6578603013231441f32
Octal24612720606023435043762
Binary1010011010101111000011001100001001110001110100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65786; }

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

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

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

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

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

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

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

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