#A2637C

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

Shades of Strikemaster #A2637C

Tints of Strikemaster #A2637C

Color information

#A2637C (or 0xA2637C) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 7C. RGB value is (162,99,124). Sum of RGB (Red+Green+Blue) = 162+99+124=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2637C is #5D9C83. Grayscale: #787878. Windows color (decimal): -6134916 or 8151970. OLE color: 8151970.

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

Color convert

RGB16299124-
CMYK00.390.230.36
HSL336.19º25.3%51.18%-
HSV(B)336.19º38.89%63.53%-
XYZ2318.0621.34-
YUV120.69129.87157.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=42.08%
G=25.71%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912400.390.230.36336.1925.351.18
HexA2637C02717241501933
Octal24214317404727445203163
Binary101000101100011111110001001111011110010010101000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2637C; }

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

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

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

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

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

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

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

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