#A2637F

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

Shades of Strikemaster #A2637F

Tints of Strikemaster #A2637F

Color information

#A2637F (or 0xA2637F) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 7F. RGB value is (162,99,127). Sum of RGB (Red+Green+Blue) = 162+99+127=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2637F is #5D9C80. Grayscale: #787878. Windows color (decimal): -6134913 or 8348578. OLE color: 8348578.

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

Color convert

RGB16299127-
CMYK00.390.220.36
HSL333.33º25.3%51.18%-
HSV(B)333.33º38.89%63.53%-
XYZ23.1918.1422.36-
YUV121.03131.37157.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 127 (50% from 255) = 32.73%
R=41.75%
G=25.52%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912700.390.220.36333.3325.351.18
HexA2637F027162414d1933
Octal24214317704726445153163
Binary101000101100011111111101001111011010010010100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2637F; }

 p { color: rgb(162,99,127); }

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

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

 a { background-color: rgb(162,99,127); }

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

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

 span { border-color: rgb(162,99,127); }

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