#A1648D

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

Shades of Strikemaster #A1648D

Tints of Strikemaster #A1648D

Color information

#A1648D (or 0xA1648D) is unknown color: approx Strikemaster. HEX triplet: A1, 64 and 8D. RGB value is (161,100,141). Sum of RGB (Red+Green+Blue) = 161+100+141=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1648D is #5E9B72. Grayscale: #7A7A7A. Windows color (decimal): -6200179 or 9266337. OLE color: 9266337.

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

Color convert

RGB161100141-
CMYK00.380.120.37
HSL319.67º24.5%51.18%-
HSV(B)319.67º37.89%63.14%-
XYZ24.0618.6127.52-
YUV122.91138.21155.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=40.05%
G=24.88%
B=35.07%

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
Decimal16110014100.380.120.37319.6724.551.18
HexA1648D026C251401833
Octal24114421504614455003063
Binary101000011100100100011010100110110010010110100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1648D; }

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

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

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

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

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

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

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

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