#A2647B

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

Shades of Strikemaster #A2647B

Tints of Strikemaster #A2647B

Color information

#A2647B (or 0xA2647B) is unknown color: approx Strikemaster. HEX triplet: A2, 64 and 7B. RGB value is (162,100,123). Sum of RGB (Red+Green+Blue) = 162+100+123=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2647B is #5D9B84. Grayscale: #797979. Windows color (decimal): -6134661 or 8086690. OLE color: 8086690.

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

Color convert

RGB162100123-
CMYK00.380.240.36
HSL337.74º25%51.37%-
HSV(B)337.74º38.27%63.53%-
XYZ23.0318.2321.04-
YUV121.16129.04157.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=42.08%
G=25.97%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210012300.380.240.36337.742551.37
HexA2647B02618241521933
Octal24214417304630445223163
Binary101000101100100111101101001101100010010010101001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2647B; }

 p { color: rgb(162,100,123); }

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

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

 a { background-color: rgb(162,100,123); }

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

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

 span { border-color: rgb(162,100,123); }

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