#A3568C

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

Shades of Strikemaster #A3568C

Tints of Strikemaster #A3568C

Color information

#A3568C (or 0xA3568C) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 8C. RGB value is (163,86,140). Sum of RGB (Red+Green+Blue) = 163+86+140=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3568C is #5CA973. Grayscale: #737373. Windows color (decimal): -6072692 or 9197219. OLE color: 9197219.

HSL color Cylindrical-coordinate representation of color #A3568C: hue angle of 317.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3568C is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16386140-
CMYK00.470.140.36
HSL317.92º30.92%48.82%-
HSV(B)317.92º47.24%63.92%-
XYZ23.1716.3426.74-
YUV115.18142.01162.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=41.90%
G=22.11%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638614000.470.140.36317.9230.9248.82
HexA3568C02FE2413e1f31
Octal24312621405716444763761
Binary101000111010110100011000101111111010010010011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3568C; }

 p { color: rgb(163,86,140); }

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

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

 a { background-color: rgb(163,86,140); }

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

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

 span { border-color: rgb(163,86,140); }

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