#A15181

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

Shades of Strikemaster #A15181

Tints of Strikemaster #A15181

Color information

#A15181 (or 0xA15181) is unknown color: approx Strikemaster. HEX triplet: A1, 51 and 81. RGB value is (161,81,129). Sum of RGB (Red+Green+Blue) = 161+81+129=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15181 is #5EAE7E. Grayscale: #6E6E6E. Windows color (decimal): -6205055 or 8475041. OLE color: 8475041.

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

Color convert

RGB16181129-
CMYK00.500.200.37
HSL324º33.06%47.45%-
HSV(B)324º49.69%63.14%-
XYZ21.615.0522.53-
YUV110.39138.5164.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=43.40%
G=21.83%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618112900.500.200.3732433.0647.45
HexA151810321425144212f
Octal24112120106224455044157
Binary10100001101000110000001011001010100100101101000100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15181; }

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

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

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

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

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

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

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

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