#A35786

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

Shades of Strikemaster #A35786

Tints of Strikemaster #A35786

Color information

#A35786 (or 0xA35786) is unknown color: approx Strikemaster. HEX triplet: A3, 57 and 86. RGB value is (163,87,134). Sum of RGB (Red+Green+Blue) = 163+87+134=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A35786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35786 is #5CA879. Grayscale: #727272. Windows color (decimal): -6072442 or 8804259. OLE color: 8804259.

HSL color Cylindrical-coordinate representation of color #A35786: hue angle of 322.89º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35786 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16387134-
CMYK00.470.180.36
HSL322.89º30.4%49.02%-
HSV(B)322.89º46.63%63.92%-
XYZ22.8216.3224.5-
YUV115.08138.68162.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=42.45%
G=22.66%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638713400.470.180.36322.8930.449.02
HexA3578602F12241431e31
Octal24312720605722445033661
Binary1010001110101111000011001011111001010010010100001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35786; }

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

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

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

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

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

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

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

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