#A15B8C

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

Shades of Strikemaster #A15B8C

Tints of Strikemaster #A15B8C

Color information

#A15B8C (or 0xA15B8C) is unknown color: approx Strikemaster. HEX triplet: A1, 5B and 8C. RGB value is (161,91,140). Sum of RGB (Red+Green+Blue) = 161+91+140=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15B8C is #5EA473. Grayscale: #757575. Windows color (decimal): -6202484 or 9198497. OLE color: 9198497.

HSL color Cylindrical-coordinate representation of color #A15B8C: hue angle of 318º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B8C is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16191140-
CMYK00.430.130.37
HSL318º27.78%49.41%-
HSV(B)318º43.48%63.14%-
XYZ23.1716.9526.86-
YUV117.52140.69159.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=41.07%
G=23.21%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619114000.430.130.3731827.7849.41
HexA15B8C02BD2513e1c31
Octal24113321405315454763461
Binary101000011011011100011000101011110110010110011111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B8C; }

 p { color: rgb(161,91,140); }

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

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

 a { background-color: rgb(161,91,140); }

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

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

 span { border-color: rgb(161,91,140); }

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