#A15385

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

Shades of Strikemaster #A15385

Tints of Strikemaster #A15385

Color information

#A15385 (or 0xA15385) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 85. RGB value is (161,83,133). Sum of RGB (Red+Green+Blue) = 161+83+133=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A15385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15385 is #5EAC7A. Grayscale: #6F6F6F. Windows color (decimal): -6204539 or 8737697. OLE color: 8737697.

HSL color Cylindrical-coordinate representation of color #A15385: hue angle of 321.54º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15385 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16183133-
CMYK00.480.170.37
HSL321.54º31.97%47.84%-
HSV(B)321.54º48.45%63.14%-
XYZ22.0215.4624.01-
YUV112.02139.84162.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=42.71%
G=22.02%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618313300.480.170.37321.5431.9747.84
HexA1538503011251422030
Octal24112320506021455024060
Binary10100001101001110000101011000010001100101101000010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15385; }

 p { color: rgb(161,83,133); }

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

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

 a { background-color: rgb(161,83,133); }

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

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

 span { border-color: rgb(161,83,133); }

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