#A45782

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

Shades of Strikemaster #A45782

Tints of Strikemaster #A45782

Color information

#A45782 (or 0xA45782) is unknown color: approx Strikemaster. HEX triplet: A4, 57 and 82. RGB value is (164,87,130). Sum of RGB (Red+Green+Blue) = 164+87+130=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45782 is #5BA87D. Grayscale: #727272. Windows color (decimal): -6006910 or 8542116. OLE color: 8542116.

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

Color convert

RGB16487130-
CMYK00.470.210.36
HSL326.49º30.68%49.22%-
HSV(B)326.49º46.95%64.31%-
XYZ22.7516.3223.07-
YUV114.92136.51163-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=43.04%
G=22.83%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648713000.470.210.36326.4930.6849.22
HexA4578202F15241461f31
Octal24412720205725445063761
Binary1010010010101111000001001011111010110010010100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45782; }

 p { color: rgb(164,87,130); }

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

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

 a { background-color: rgb(164,87,130); }

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

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

 span { border-color: rgb(164,87,130); }

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