#A3567E

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

Shades of Strikemaster #A3567E

Tints of Strikemaster #A3567E

Color information

#A3567E (or 0xA3567E) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 7E. RGB value is (163,86,126). Sum of RGB (Red+Green+Blue) = 163+86+126=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3567E is #5CA981. Grayscale: #717171. Windows color (decimal): -6072706 or 8279715. OLE color: 8279715.

HSL color Cylindrical-coordinate representation of color #A3567E: hue angle of 328.83º 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 #A3567E is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16386126-
CMYK00.470.230.36
HSL328.83º30.92%48.82%-
HSV(B)328.83º47.24%63.92%-
XYZ22.215.9521.65-
YUV113.58135.01163.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=43.47%
G=22.93%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638612600.470.230.36328.8330.9248.82
HexA3567E02F17241491f31
Octal24312617605727445113761
Binary101000111010110111111001011111011110010010100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3567E; }

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

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

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

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

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

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

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

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