#A2678D

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

Shades of Strikemaster #A2678D

Tints of Strikemaster #A2678D

Color information

#A2678D (or 0xA2678D) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 8D. RGB value is (162,103,141). Sum of RGB (Red+Green+Blue) = 162+103+141=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2678D is #5D9872. Grayscale: #7C7C7C. Windows color (decimal): -6133875 or 9267106. OLE color: 9267106.

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

Color convert

RGB162103141-
CMYK00.360.130.36
HSL321.36º24.08%51.96%-
HSV(B)321.36º36.42%63.53%-
XYZ24.5619.327.63-
YUV124.97137.05154.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=39.90%
G=25.37%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210314100.360.130.36321.3624.0851.96
HexA2678D024D241411834
Octal24214721504415445013064
Binary101000101100111100011010100100110110010010100000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2678D; }

 p { color: rgb(162,103,141); }

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

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

 a { background-color: rgb(162,103,141); }

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

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

 span { border-color: rgb(162,103,141); }

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