#A15189

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

Shades of Strikemaster #A15189

Tints of Strikemaster #A15189

Color information

#A15189 (or 0xA15189) is unknown color: approx Strikemaster. HEX triplet: A1, 51 and 89. RGB value is (161,81,137). Sum of RGB (Red+Green+Blue) = 161+81+137=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15189 is #5EAE76. Grayscale: #6F6F6F. Windows color (decimal): -6205047 or 8999329. OLE color: 8999329.

HSL color Cylindrical-coordinate representation of color #A15189: hue angle of 318º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15189 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16181137-
CMYK00.500.150.37
HSL318º33.06%47.45%-
HSV(B)318º49.69%63.14%-
XYZ22.1615.2725.45-
YUV111.3142.5163.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=42.48%
G=21.37%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618113700.500.150.3731833.0647.45
HexA15189032F2513e212f
Octal24112121106217454764157
Binary1010000110100011000100101100101111100101100111110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15189; }

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

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

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

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

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

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

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

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