#A2678B

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

Shades of Strikemaster #A2678B

Tints of Strikemaster #A2678B

Color information

#A2678B (or 0xA2678B) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 8B. RGB value is (162,103,139). Sum of RGB (Red+Green+Blue) = 162+103+139=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2678B is #5D9874. Grayscale: #7C7C7C. Windows color (decimal): -6133877 or 9136034. OLE color: 9136034.

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

Color convert

RGB162103139-
CMYK00.360.140.36
HSL323.39º24.08%51.96%-
HSV(B)323.39º36.42%63.53%-
XYZ24.4119.2526.85-
YUV124.74136.05154.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=40.10%
G=25.50%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210313900.360.140.36323.3924.0851.96
HexA2678B024E241431834
Octal24214721304416445033064
Binary101000101100111100010110100100111010010010100001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2678B; }

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

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

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

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

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

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

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

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