#A2578B

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

Shades of Strikemaster #A2578B

Tints of Strikemaster #A2578B

Color information

#A2578B (or 0xA2578B) is unknown color: approx Strikemaster. HEX triplet: A2, 57 and 8B. RGB value is (162,87,139). Sum of RGB (Red+Green+Blue) = 162+87+139=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2578B is #5DA874. Grayscale: #737373. Windows color (decimal): -6137973 or 9131938. OLE color: 9131938.

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

Color convert

RGB16287139-
CMYK00.460.140.36
HSL318.4º30.12%48.82%-
HSV(B)318.4º46.3%63.53%-
XYZ22.9716.3626.37-
YUV115.35141.35161.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=41.75%
G=22.42%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628713900.460.140.36318.430.1248.82
HexA2578B02EE2413e1e31
Octal24212721305616444763661
Binary101000101010111100010110101110111010010010011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2578B; }

 p { color: rgb(162,87,139); }

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

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

 a { background-color: rgb(162,87,139); }

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

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

 span { border-color: rgb(162,87,139); }

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