#A45783

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

Shades of Strikemaster #A45783

Tints of Strikemaster #A45783

Color information

#A45783 (or 0xA45783) is unknown color: approx Strikemaster. HEX triplet: A4, 57 and 83. RGB value is (164,87,131). Sum of RGB (Red+Green+Blue) = 164+87+131=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A45783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45783 is #5BA87C. Grayscale: #727272. Windows color (decimal): -6006909 or 8607652. OLE color: 8607652.

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

Color convert

RGB16487131-
CMYK00.470.200.36
HSL325.71º30.68%49.22%-
HSV(B)325.71º46.95%64.31%-
XYZ22.8116.3523.43-
YUV115.04137.01162.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=42.93%
G=22.77%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648713100.470.200.36325.7130.6849.22
HexA4578302F14241461f31
Octal24412720305724445063761
Binary1010010010101111000001101011111010010010010100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45783; }

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

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

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

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

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

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

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

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