#A1638E

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

Shades of Strikemaster #A1638E

Tints of Strikemaster #A1638E

Color information

#A1638E (or 0xA1638E) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 8E. RGB value is (161,99,142). Sum of RGB (Red+Green+Blue) = 161+99+142=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638E is #5E9C71. Grayscale: #7A7A7A. Windows color (decimal): -6200434 or 9331617. OLE color: 9331617.

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

Color convert

RGB16199142-
CMYK00.390.120.37
HSL318.39º24.8%50.98%-
HSV(B)318.39º38.51%63.14%-
XYZ24.0418.4527.89-
YUV122.44139.04155.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=40.05%
G=24.63%
B=35.32%

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
Decimal1619914200.390.120.37318.3924.850.98
HexA1638E027C2513e1933
Octal24114321604714454763163
Binary101000011100011100011100100111110010010110011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1638E; }

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

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

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

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

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

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

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

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