#A6558B

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

Shades of Strikemaster #A6558B

Tints of Strikemaster #A6558B

Color information

#A6558B (or 0xA6558B) is unknown color: approx Strikemaster. HEX triplet: A6, 55 and 8B. RGB value is (166,85,139). Sum of RGB (Red+Green+Blue) = 166+85+139=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558B is #59AA74. Grayscale: #737373. Windows color (decimal): -5876341 or 9131430. OLE color: 9131430.

HSL color Cylindrical-coordinate representation of color #A6558B: hue angle of 320º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6558B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16685139-
CMYK00.490.160.35
HSL320º32.27%49.22%-
HSV(B)320º48.8%65.1%-
XYZ23.6316.4726.36-
YUV115.38141.34164.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=42.56%
G=21.79%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668513900.490.160.3532032.2749.22
HexA6558B03110231402031
Octal24612521306120435004061
Binary10100110101010110001011011000110000100011101000000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6558B; }

 p { color: rgb(166,85,139); }

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

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

 a { background-color: rgb(166,85,139); }

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

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

 span { border-color: rgb(166,85,139); }

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