#A6588C

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

Shades of Strikemaster #A6588C

Tints of Strikemaster #A6588C

Color information

#A6588C (or 0xA6588C) is unknown color: approx Strikemaster. HEX triplet: A6, 58 and 8C. RGB value is (166,88,140). Sum of RGB (Red+Green+Blue) = 166+88+140=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6588C is #59A773. Grayscale: #757575. Windows color (decimal): -5875572 or 9197734. OLE color: 9197734.

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

Color convert

RGB16688140-
CMYK00.470.160.35
HSL320º30.71%49.8%-
HSV(B)320º46.99%65.1%-
XYZ23.9516.9826.83-
YUV117.25140.84162.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=42.13%
G=22.34%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668814000.470.160.3532030.7149.8
HexA6588C02F10231401f32
Octal24613021405720435003762
Binary1010011010110001000110001011111000010001110100000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6588C; }

 p { color: rgb(166,88,140); }

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

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

 a { background-color: rgb(166,88,140); }

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

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

 span { border-color: rgb(166,88,140); }

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