#A3558A

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

Shades of Strikemaster #A3558A

Tints of Strikemaster #A3558A

Color information

#A3558A (or 0xA3558A) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 8A. RGB value is (163,85,138). Sum of RGB (Red+Green+Blue) = 163+85+138=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3558A is #5CAA75. Grayscale: #727272. Windows color (decimal): -6072950 or 9065891. OLE color: 9065891.

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

Color convert

RGB16385138-
CMYK00.480.150.36
HSL319.23º31.45%48.63%-
HSV(B)319.23º47.85%63.92%-
XYZ22.9416.1225.95-
YUV114.36141.34162.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=42.23%
G=22.02%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638513800.480.150.36319.2331.4548.63
HexA3558A030F2413f1f31
Octal24312521206017444773761
Binary101000111010101100010100110000111110010010011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3558A; }

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

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

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

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

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

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

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

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