#A35986

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

Shades of Strikemaster #A35986

Tints of Strikemaster #A35986

Color information

#A35986 (or 0xA35986) is unknown color: approx Strikemaster. HEX triplet: A3, 59 and 86. RGB value is (163,89,134). Sum of RGB (Red+Green+Blue) = 163+89+134=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A35986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35986 is #5CA679. Grayscale: #747474. Windows color (decimal): -6071930 or 8804771. OLE color: 8804771.

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

Color convert

RGB16389134-
CMYK00.450.180.36
HSL323.51º29.37%49.41%-
HSV(B)323.51º45.4%63.92%-
XYZ22.9816.6524.56-
YUV116.26138.02161.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=42.23%
G=23.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638913400.450.180.36323.5129.3749.41
HexA3598602D12241441d31
Octal24313120605522445043561
Binary1010001110110011000011001011011001010010010100010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35986; }

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

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

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

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

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

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

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

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