#A2667D

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

Shades of Strikemaster #A2667D

Tints of Strikemaster #A2667D

Color information

#A2667D (or 0xA2667D) is unknown color: approx Strikemaster. HEX triplet: A2, 66 and 7D. RGB value is (162,102,125). Sum of RGB (Red+Green+Blue) = 162+102+125=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2667D is #5D9982. Grayscale: #7A7A7A. Windows color (decimal): -6134147 or 8218274. OLE color: 8218274.

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

Color convert

RGB162102125-
CMYK00.370.230.36
HSL337º24.39%51.76%-
HSV(B)337º37.04%63.53%-
XYZ23.3518.6621.77-
YUV122.56129.38156.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=41.65%
G=26.22%
B=32.13%

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
Decimal16210212500.370.230.3633724.3951.76
HexA2667D02517241511834
Octal24214617504527445213064
Binary101000101100110111110101001011011110010010101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2667D; }

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

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

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

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

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

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

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

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