#A1648E

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

Shades of Strikemaster #A1648E

Tints of Strikemaster #A1648E

Color information

#A1648E (or 0xA1648E) is unknown color: approx Strikemaster. HEX triplet: A1, 64 and 8E. RGB value is (161,100,142). Sum of RGB (Red+Green+Blue) = 161+100+142=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1648E is #5E9B71. Grayscale: #7A7A7A. Windows color (decimal): -6200178 or 9331873. OLE color: 9331873.

HSL color Cylindrical-coordinate representation of color #A1648E: hue angle of 318.69º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1648E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB161100142-
CMYK00.380.120.37
HSL318.69º24.5%51.18%-
HSV(B)318.69º37.89%63.14%-
XYZ24.1418.6427.92-
YUV123.03138.71155.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=39.95%
G=24.81%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110014200.380.120.37318.6924.551.18
HexA1648E026C2513f1833
Octal24114421604614454773063
Binary101000011100100100011100100110110010010110011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1648E; }

 p { color: rgb(161,100,142); }

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

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

 a { background-color: rgb(161,100,142); }

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

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

 span { border-color: rgb(161,100,142); }

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