#A15689

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

Shades of Strikemaster #A15689

Tints of Strikemaster #A15689

Color information

#A15689 (or 0xA15689) is unknown color: approx Strikemaster. HEX triplet: A1, 56 and 89. RGB value is (161,86,137). Sum of RGB (Red+Green+Blue) = 161+86+137=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A15689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15689 is #5EA976. Grayscale: #727272. Windows color (decimal): -6203767 or 9000609. OLE color: 9000609.

HSL color Cylindrical-coordinate representation of color #A15689: hue angle of 319.2º 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 #A15689 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16186137-
CMYK00.470.150.37
HSL319.2º30.36%48.43%-
HSV(B)319.2º46.58%63.14%-
XYZ22.5416.0425.57-
YUV114.24140.85161.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=41.93%
G=22.40%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618613700.470.150.37319.230.3648.43
HexA1568902FF2513f1e30
Octal24112621105717454773660
Binary101000011010110100010010101111111110010110011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15689; }

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

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

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

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

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

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

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

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