#A6568E

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

Shades of Strikemaster #A6568E

Tints of Strikemaster #A6568E

Color information

#A6568E (or 0xA6568E) is unknown color: approx Strikemaster. HEX triplet: A6, 56 and 8E. RGB value is (166,86,142). Sum of RGB (Red+Green+Blue) = 166+86+142=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6568E is #59A971. Grayscale: #747474. Windows color (decimal): -5876082 or 9328294. OLE color: 9328294.

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

Color convert

RGB16686142-
CMYK00.480.140.35
HSL318º31.75%49.41%-
HSV(B)318º48.19%65.1%-
XYZ23.9416.7227.56-
YUV116.3142.5163.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=42.13%
G=21.83%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668614200.480.140.3531831.7549.41
HexA6568E030E2313e2031
Octal24612621606016434764061
Binary1010011010101101000111001100001110100011100111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6568E; }

 p { color: rgb(166,86,142); }

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

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

 a { background-color: rgb(166,86,142); }

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

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

 span { border-color: rgb(166,86,142); }

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