#A2647E

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

Shades of Strikemaster #A2647E

Tints of Strikemaster #A2647E

Color information

#A2647E (or 0xA2647E) is unknown color: approx Strikemaster. HEX triplet: A2, 64 and 7E. RGB value is (162,100,126). Sum of RGB (Red+Green+Blue) = 162+100+126=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2647E is #5D9B81. Grayscale: #797979. Windows color (decimal): -6134658 or 8283298. OLE color: 8283298.

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

Color convert

RGB162100126-
CMYK00.380.220.36
HSL334.84º25%51.37%-
HSV(B)334.84º38.27%63.53%-
XYZ23.2218.322.05-
YUV121.5130.54156.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=41.75%
G=25.77%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210012600.380.220.36334.842551.37
HexA2647E026162414f1933
Octal24214417604626445173163
Binary101000101100100111111001001101011010010010100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2647E; }

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

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

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

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

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

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

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

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