#A15B84

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

Shades of Strikemaster #A15B84

Tints of Strikemaster #A15B84

Color information

#A15B84 (or 0xA15B84) is unknown color: approx Strikemaster. HEX triplet: A1, 5B and 84. RGB value is (161,91,132). Sum of RGB (Red+Green+Blue) = 161+91+132=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15B84 is #5EA47B. Grayscale: #747474. Windows color (decimal): -6202492 or 8674209. OLE color: 8674209.

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

Color convert

RGB16191132-
CMYK00.430.180.37
HSL324.86º27.78%49.41%-
HSV(B)324.86º43.48%63.14%-
XYZ22.616.7323.87-
YUV116.6136.69159.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=41.93%
G=23.70%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619113200.430.180.37324.8627.7849.41
HexA15B8402B12251451c31
Octal24113320405322455053461
Binary1010000110110111000010001010111001010010110100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B84; }

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

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

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

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

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

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

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

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