#A2627B

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

Shades of Strikemaster #A2627B

Tints of Strikemaster #A2627B

Color information

#A2627B (or 0xA2627B) is unknown color: approx Strikemaster. HEX triplet: A2, 62 and 7B. RGB value is (162,98,123). Sum of RGB (Red+Green+Blue) = 162+98+123=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2627B is #5D9D84. Grayscale: #777777. Windows color (decimal): -6135173 or 8086178. OLE color: 8086178.

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

Color convert

RGB16298123-
CMYK00.400.240.36
HSL336.56º25.6%50.98%-
HSV(B)336.56º39.51%63.53%-
XYZ22.8417.8520.98-
YUV119.99129.7157.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=42.30%
G=25.59%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629812300.400.240.36336.5625.650.98
HexA2627B02818241511a33
Octal24214217305030445213263
Binary101000101100010111101101010001100010010010101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2627B; }

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

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

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

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

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

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

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

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