#A2627E

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

Shades of Strikemaster #A2627E

Tints of Strikemaster #A2627E

Color information

#A2627E (or 0xA2627E) is unknown color: approx Strikemaster. HEX triplet: A2, 62 and 7E. RGB value is (162,98,126). Sum of RGB (Red+Green+Blue) = 162+98+126=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2627E is #5D9D81. Grayscale: #787878. Windows color (decimal): -6135170 or 8282786. OLE color: 8282786.

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

Color convert

RGB16298126-
CMYK00.400.220.36
HSL333.75º25.6%50.98%-
HSV(B)333.75º39.51%63.53%-
XYZ23.0317.9221.98-
YUV120.33131.2157.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=41.97%
G=25.39%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629812600.400.220.36333.7525.650.98
HexA2627E028162414e1a33
Octal24214217605026445163263
Binary101000101100010111111001010001011010010010100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2627E; }

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

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

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

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

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

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

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

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