#A45480

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

Shades of Strikemaster #A45480

Tints of Strikemaster #A45480

Color information

#A45480 (or 0xA45480) is unknown color: approx Strikemaster. HEX triplet: A4, 54 and 80. RGB value is (164,84,128). Sum of RGB (Red+Green+Blue) = 164+84+128=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A45480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45480 is #5BAB7F. Grayscale: #707070. Windows color (decimal): -6007680 or 8410276. OLE color: 8410276.

HSL color Cylindrical-coordinate representation of color #A45480: hue angle of 327º 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 #A45480 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16484128-
CMYK00.490.220.36
HSL327º32.26%48.63%-
HSV(B)327º48.78%64.31%-
XYZ22.3815.7922.29-
YUV112.94136.5164.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=43.62%
G=22.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648412800.490.220.3632732.2648.63
HexA4548003116241472031
Octal24412420006126445074061
Binary10100100101010010000000011000110110100100101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45480; }

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

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

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

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

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

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

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

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