#A3548B

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

Shades of Strikemaster #A3548B

Tints of Strikemaster #A3548B

Color information

#A3548B (or 0xA3548B) is unknown color: approx Strikemaster. HEX triplet: A3, 54 and 8B. RGB value is (163,84,139). Sum of RGB (Red+Green+Blue) = 163+84+139=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3548B is #5CAB74. Grayscale: #717171. Windows color (decimal): -6073205 or 9131171. OLE color: 9131171.

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

Color convert

RGB16384139-
CMYK00.480.150.36
HSL318.23º31.98%48.43%-
HSV(B)318.23º48.47%63.92%-
XYZ22.9315.9926.3-
YUV113.89142.17163.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=42.23%
G=21.76%
B=36.01%

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
Decimal1638413900.480.150.36318.2331.9848.43
HexA3548B030F2413e2030
Octal24312421306017444764060
Binary1010001110101001000101101100001111100100100111110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3548B; }

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

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

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

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

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

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

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

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