#A15686

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

Shades of Strikemaster #A15686

Tints of Strikemaster #A15686

Color information

#A15686 (or 0xA15686) is unknown color: approx Strikemaster. HEX triplet: A1, 56 and 86. RGB value is (161,86,134). Sum of RGB (Red+Green+Blue) = 161+86+134=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A15686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15686 is #5EA979. Grayscale: #717171. Windows color (decimal): -6203770 or 8804001. OLE color: 8804001.

HSL color Cylindrical-coordinate representation of color #A15686: hue angle of 321.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15686 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16186134-
CMYK00.470.170.37
HSL321.6º30.36%48.43%-
HSV(B)321.6º46.58%63.14%-
XYZ22.3315.9524.46-
YUV113.9139.35161.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=42.26%
G=22.57%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618613400.470.170.37321.630.3648.43
HexA1568602F11251421e30
Octal24112620605721455023660
Binary1010000110101101000011001011111000110010110100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15686; }

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

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

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

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

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

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

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

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