#A4548A

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

Shades of Strikemaster #A4548A

Tints of Strikemaster #A4548A

Color information

#A4548A (or 0xA4548A) is unknown color: approx Strikemaster. HEX triplet: A4, 54 and 8A. RGB value is (164,84,138). Sum of RGB (Red+Green+Blue) = 164+84+138=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4548A is #5BAB75. Grayscale: #717171. Windows color (decimal): -6007670 or 9065636. OLE color: 9065636.

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

Color convert

RGB16484138-
CMYK00.490.160.36
HSL319.5º32.26%48.63%-
HSV(B)319.5º48.78%64.31%-
XYZ23.0716.0725.93-
YUV114.08141.5163.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=42.49%
G=21.76%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648413800.490.160.36319.532.2648.63
HexA4548A03110241402031
Octal24412421206120445004061
Binary10100100101010010001010011000110000100100101000000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4548A; }

 p { color: rgb(164,84,138); }

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

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

 a { background-color: rgb(164,84,138); }

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

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

 span { border-color: rgb(164,84,138); }

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