#A6548B

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

Shades of Strikemaster #A6548B

Tints of Strikemaster #A6548B

Color information

#A6548B (or 0xA6548B) is unknown color: approx Strikemaster. HEX triplet: A6, 54 and 8B. RGB value is (166,84,139). Sum of RGB (Red+Green+Blue) = 166+84+139=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6548B is #59AB74. Grayscale: #727272. Windows color (decimal): -5876597 or 9131174. OLE color: 9131174.

HSL color Cylindrical-coordinate representation of color #A6548B: hue angle of 319.76º degrees, saturation: 0.33, 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 #A6548B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16684139-
CMYK00.490.160.35
HSL319.76º32.8%49.02%-
HSV(B)319.76º49.4%65.1%-
XYZ23.5616.3126.33-
YUV114.79141.67164.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=42.67%
G=21.59%
B=35.73%

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
Decimal1668413900.490.160.35319.7632.849.02
HexA6548B03110231402131
Octal24612421306120435004161
Binary10100110101010010001011011000110000100011101000000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6548B; }

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

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

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

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

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

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

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

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