#A16880

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

Shades of Strikemaster #A16880

Tints of Strikemaster #A16880

Color information

#A16880 (or 0xA16880) is unknown color: approx Strikemaster. HEX triplet: A1, 68 and 80. RGB value is (161,104,128). Sum of RGB (Red+Green+Blue) = 161+104+128=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16880 is #5E977F. Grayscale: #7B7B7B. Windows color (decimal): -6199168 or 8415393. OLE color: 8415393.

HSL color Cylindrical-coordinate representation of color #A16880: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16880 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161104128-
CMYK00.350.200.37
HSL334.74º23.27%51.96%-
HSV(B)334.74º35.4%63.14%-
XYZ23.5419.0422.86-
YUV123.78130.38154.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=40.97%
G=26.46%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110412800.350.200.37334.7423.2751.96
HexA16880023142514f1734
Octal24115020004324455172764
Binary1010000111010001000000001000111010010010110100111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16880; }

 p { color: rgb(161,104,128); }

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

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

 a { background-color: rgb(161,104,128); }

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

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

 span { border-color: rgb(161,104,128); }

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