#A1618F

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

Shades of Strikemaster #A1618F

Tints of Strikemaster #A1618F

Color information

#A1618F (or 0xA1618F) is unknown color: approx Strikemaster. HEX triplet: A1, 61 and 8F. RGB value is (161,97,143). Sum of RGB (Red+Green+Blue) = 161+97+143=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1618F is #5E9E70. Grayscale: #797979. Windows color (decimal): -6200945 or 9396641. OLE color: 9396641.

HSL color Cylindrical-coordinate representation of color #A1618F: hue angle of 316.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1618F is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16197143-
CMYK00.400.110.37
HSL316.88º25.4%50.59%-
HSV(B)316.88º39.75%63.14%-
XYZ23.9318.1128.22-
YUV121.38140.2156.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=40.15%
G=24.19%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619714300.400.110.37316.8825.450.59
HexA1618F028B2513d1933
Octal24114121705013454753163
Binary101000011100001100011110101000101110010110011110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1618F; }

 p { color: rgb(161,97,143); }

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

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

 a { background-color: rgb(161,97,143); }

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

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

 span { border-color: rgb(161,97,143); }

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