#A15E8E

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

Shades of Strikemaster #A15E8E

Tints of Strikemaster #A15E8E

Color information

#A15E8E (or 0xA15E8E) is unknown color: approx Strikemaster. HEX triplet: A1, 5E and 8E. RGB value is (161,94,142). Sum of RGB (Red+Green+Blue) = 161+94+142=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15E8E is #5EA171. Grayscale: #777777. Windows color (decimal): -6201714 or 9330337. OLE color: 9330337.

HSL color Cylindrical-coordinate representation of color #A15E8E: hue angle of 317.01º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15E8E is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16194142-
CMYK00.420.120.37
HSL317.01º26.27%50%-
HSV(B)317.01º41.61%63.14%-
XYZ23.5817.5427.73-
YUV119.5140.7157.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=40.55%
G=23.68%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619414200.420.120.37317.0126.2750
HexA15E8E02AC2513d1a32
Octal24113621605214454753262
Binary101000011011110100011100101010110010010110011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E8E; }

 p { color: rgb(161,94,142); }

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

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

 a { background-color: rgb(161,94,142); }

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

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

 span { border-color: rgb(161,94,142); }

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