#A1638A

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

Shades of Strikemaster #A1638A

Tints of Strikemaster #A1638A

Color information

#A1638A (or 0xA1638A) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 8A. RGB value is (161,99,138). Sum of RGB (Red+Green+Blue) = 161+99+138=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638A is #5E9C75. Grayscale: #797979. Windows color (decimal): -6200438 or 9069473. OLE color: 9069473.

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

Color convert

RGB16199138-
CMYK00.390.140.37
HSL322.26º24.8%50.98%-
HSV(B)322.26º38.51%63.14%-
XYZ23.7518.3426.33-
YUV121.98137.04155.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=40.45%
G=24.87%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619913800.390.140.37322.2624.850.98
HexA1638A027E251421933
Octal24114321204716455023163
Binary101000011100011100010100100111111010010110100001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1638A; }

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

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

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

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

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

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

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

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