#A3578A

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

Shades of Strikemaster #A3578A

Tints of Strikemaster #A3578A

Color information

#A3578A (or 0xA3578A) is unknown color: approx Strikemaster. HEX triplet: A3, 57 and 8A. RGB value is (163,87,138). Sum of RGB (Red+Green+Blue) = 163+87+138=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3578A is #5CA875. Grayscale: #737373. Windows color (decimal): -6072438 or 9066403. OLE color: 9066403.

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

Color convert

RGB16387138-
CMYK00.470.150.36
HSL319.74º30.4%49.02%-
HSV(B)319.74º46.63%63.92%-
XYZ23.116.4426-
YUV115.54140.68161.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=42.01%
G=22.42%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638713800.470.150.36319.7430.449.02
HexA3578A02FF241401e31
Octal24312721205717445003661
Binary101000111010111100010100101111111110010010100000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3578A; }

 p { color: rgb(163,87,138); }

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

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

 a { background-color: rgb(163,87,138); }

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

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

 span { border-color: rgb(163,87,138); }

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