#A2667C

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

Shades of Strikemaster #A2667C

Tints of Strikemaster #A2667C

Color information

#A2667C (or 0xA2667C) is unknown color: approx Strikemaster. HEX triplet: A2, 66 and 7C. RGB value is (162,102,124). Sum of RGB (Red+Green+Blue) = 162+102+124=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2667C is #5D9983. Grayscale: #7A7A7A. Windows color (decimal): -6134148 or 8152738. OLE color: 8152738.

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

Color convert

RGB162102124-
CMYK00.370.230.36
HSL338º24.39%51.76%-
HSV(B)338º37.04%63.53%-
XYZ23.2918.6421.44-
YUV122.45128.88156.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=41.75%
G=26.29%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210212400.370.230.3633824.3951.76
HexA2667C02517241521834
Octal24214617404527445223064
Binary101000101100110111110001001011011110010010101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2667C; }

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

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

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

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

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

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

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

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