#A7548D

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

Shades of Strikemaster #A7548D

Tints of Strikemaster #A7548D

Color information

#A7548D (or 0xA7548D) is unknown color: approx Strikemaster. HEX triplet: A7, 54 and 8D. RGB value is (167,84,141). Sum of RGB (Red+Green+Blue) = 167+84+141=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7548D is #58AB72. Grayscale: #737373. Windows color (decimal): -5811059 or 9262247. OLE color: 9262247.

HSL color Cylindrical-coordinate representation of color #A7548D: hue angle of 318.8º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7548D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16784141-
CMYK00.500.160.35
HSL318.8º33.07%49.22%-
HSV(B)318.8º49.7%65.49%-
XYZ23.9116.4827.12-
YUV115.32142.5164.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=42.60%
G=21.43%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678414100.500.160.35318.833.0749.22
HexA7548D032102313f2131
Octal24712421506220434774161
Binary10100111101010010001101011001010000100011100111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7548D; }

 p { color: rgb(167,84,141); }

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

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

 a { background-color: rgb(167,84,141); }

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

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

 span { border-color: rgb(167,84,141); }

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