#A2578A

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

Shades of Strikemaster #A2578A

Tints of Strikemaster #A2578A

Color information

#A2578A (or 0xA2578A) is unknown color: approx Strikemaster. HEX triplet: A2, 57 and 8A. RGB value is (162,87,138). Sum of RGB (Red+Green+Blue) = 162+87+138=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2578A is #5DA875. Grayscale: #737373. Windows color (decimal): -6137974 or 9066402. OLE color: 9066402.

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

Color convert

RGB16287138-
CMYK00.460.150.36
HSL319.2º30.12%48.82%-
HSV(B)319.2º46.3%63.53%-
XYZ22.916.3325.99-
YUV115.24140.85161.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=41.86%
G=22.48%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628713800.460.150.36319.230.1248.82
HexA2578A02EF2413f1e31
Octal24212721205617444773661
Binary101000101010111100010100101110111110010010011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2578A; }

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

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

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

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

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

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

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

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