#A2657C

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

Shades of Strikemaster #A2657C

Tints of Strikemaster #A2657C

Color information

#A2657C (or 0xA2657C) is unknown color: approx Strikemaster. HEX triplet: A2, 65 and 7C. RGB value is (162,101,124). Sum of RGB (Red+Green+Blue) = 162+101+124=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2657C is #5D9A83. Grayscale: #797979. Windows color (decimal): -6134404 or 8152482. OLE color: 8152482.

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

Color convert

RGB162101124-
CMYK00.380.230.36
HSL337.38º24.7%51.57%-
HSV(B)337.38º37.65%63.53%-
XYZ23.1918.4421.41-
YUV121.86129.21156.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=41.86%
G=26.10%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210112400.380.230.36337.3824.751.57
HexA2657C02617241511934
Octal24214517404627445213164
Binary101000101100101111110001001101011110010010101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2657C; }

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

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

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

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

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

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

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

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