#A35686

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

Shades of Strikemaster #A35686

Tints of Strikemaster #A35686

Color information

#A35686 (or 0xA35686) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 86. RGB value is (163,86,134). Sum of RGB (Red+Green+Blue) = 163+86+134=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A35686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35686 is #5CA979. Grayscale: #727272. Windows color (decimal): -6072698 or 8804003. OLE color: 8804003.

HSL color Cylindrical-coordinate representation of color #A35686: hue angle of 322.6º degrees, saturation: 0.31, 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 #A35686 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16386134-
CMYK00.470.180.36
HSL322.6º30.92%48.82%-
HSV(B)322.6º47.24%63.92%-
XYZ22.7416.1624.48-
YUV114.49139.01162.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=42.56%
G=22.45%
B=34.99%

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
Decimal1638613400.470.180.36322.630.9248.82
HexA3568602F12241431f31
Octal24312620605722445033761
Binary1010001110101101000011001011111001010010010100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35686; }

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

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

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

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

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

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

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

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