#A16C83

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

Shades of Strikemaster #A16C83

Tints of Strikemaster #A16C83

Color information

#A16C83 (or 0xA16C83) is unknown color: approx Strikemaster. HEX triplet: A1, 6C and 83. RGB value is (161,108,131). Sum of RGB (Red+Green+Blue) = 161+108+131=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C83 is #5E937C. Grayscale: #7E7E7E. Windows color (decimal): -6198141 or 8613025. OLE color: 8613025.

HSL color Cylindrical-coordinate representation of color #A16C83: hue angle of 333.96º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C83 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161108131-
CMYK00.330.190.37
HSL333.96º21.99%52.75%-
HSV(B)333.96º32.92%63.14%-
XYZ24.1619.9424.05-
YUV126.47130.56152.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=40.25%
G=27%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110813100.330.190.37333.9621.9952.75
HexA16C83021132514e1635
Octal24115420304123455162665
Binary1010000111011001000001101000011001110010110100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C83; }

 p { color: rgb(161,108,131); }

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

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

 a { background-color: rgb(161,108,131); }

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

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

 span { border-color: rgb(161,108,131); }

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