#A3588B

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

Shades of Strikemaster #A3588B

Tints of Strikemaster #A3588B

Color information

#A3588B (or 0xA3588B) is unknown color: approx Strikemaster. HEX triplet: A3, 58 and 8B. RGB value is (163,88,139). Sum of RGB (Red+Green+Blue) = 163+88+139=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3588B is #5CA774. Grayscale: #747474. Windows color (decimal): -6072181 or 9132195. OLE color: 9132195.

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

Color convert

RGB16388139-
CMYK00.460.150.36
HSL319.2º29.88%49.22%-
HSV(B)319.2º46.01%63.92%-
XYZ23.2516.6326.41-
YUV116.24140.85161.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=41.79%
G=22.56%
B=35.64%

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
Decimal1638813900.460.150.36319.229.8849.22
HexA3588B02EF2413f1e31
Octal24313021305617444773661
Binary101000111011000100010110101110111110010010011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3588B; }

 p { color: rgb(163,88,139); }

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

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

 a { background-color: rgb(163,88,139); }

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

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

 span { border-color: rgb(163,88,139); }

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