#A15381

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

Shades of Strikemaster #A15381

Tints of Strikemaster #A15381

Color information

#A15381 (or 0xA15381) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 81. RGB value is (161,83,129). Sum of RGB (Red+Green+Blue) = 161+83+129=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15381 is #5EAC7E. Grayscale: #6F6F6F. Windows color (decimal): -6204543 or 8475553. OLE color: 8475553.

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

Color convert

RGB16183129-
CMYK00.480.200.37
HSL324.62º31.97%47.84%-
HSV(B)324.62º48.45%63.14%-
XYZ21.7515.3522.58-
YUV111.57137.84163.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=43.16%
G=22.25%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618312900.480.200.37324.6231.9747.84
HexA1538103014251452030
Octal24112320106024455054060
Binary10100001101001110000001011000010100100101101000101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15381; }

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

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

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

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

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

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

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

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