#A1638D

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

Shades of Strikemaster #A1638D

Tints of Strikemaster #A1638D

Color information

#A1638D (or 0xA1638D) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 8D. RGB value is (161,99,141). Sum of RGB (Red+Green+Blue) = 161+99+141=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638D is #5E9C72. Grayscale: #7A7A7A. Windows color (decimal): -6200435 or 9266081. OLE color: 9266081.

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

Color convert

RGB16199141-
CMYK00.390.120.37
HSL319.35º24.8%50.98%-
HSV(B)319.35º38.51%63.14%-
XYZ23.9718.4227.49-
YUV122.33138.54155.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=40.15%
G=24.69%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619914100.390.120.37319.3524.850.98
HexA1638D027C2513f1933
Octal24114321504714454773163
Binary101000011100011100011010100111110010010110011111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1638D; }

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

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

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

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

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

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

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

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