#A6528B

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

Shades of Strikemaster #A6528B

Tints of Strikemaster #A6528B

Color information

#A6528B (or 0xA6528B) is unknown color: approx Strikemaster. HEX triplet: A6, 52 and 8B. RGB value is (166,82,139). Sum of RGB (Red+Green+Blue) = 166+82+139=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6528B is #59AD74. Grayscale: #717171. Windows color (decimal): -5877109 or 9130662. OLE color: 9130662.

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

Color convert

RGB16682139-
CMYK00.510.160.35
HSL319.29º33.87%48.63%-
HSV(B)319.29º50.6%65.1%-
XYZ23.416.0126.28-
YUV113.61142.33165.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=42.89%
G=21.19%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668213900.510.160.35319.2933.8748.63
HexA6528B033102313f2231
Octal24612221306320434774261
Binary10100110101001010001011011001110000100011100111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6528B; }

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

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

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

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

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

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

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

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