#A2578D

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

Shades of Strikemaster #A2578D

Tints of Strikemaster #A2578D

Color information

#A2578D (or 0xA2578D) is unknown color: approx Strikemaster. HEX triplet: A2, 57 and 8D. RGB value is (162,87,141). Sum of RGB (Red+Green+Blue) = 162+87+141=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2578D is #5DA872. Grayscale: #737373. Windows color (decimal): -6137971 or 9263010. OLE color: 9263010.

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

Color convert

RGB16287141-
CMYK00.460.130.36
HSL316.8º30.12%48.82%-
HSV(B)316.8º46.3%63.53%-
XYZ23.1216.4227.15-
YUV115.58142.35161.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=41.54%
G=22.31%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628714100.460.130.36316.830.1248.82
HexA2578D02ED2413d1e31
Octal24212721505615444753661
Binary101000101010111100011010101110110110010010011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2578D; }

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

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

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

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

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

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

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

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