#A45186

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

Shades of Strikemaster #A45186

Tints of Strikemaster #A45186

Color information

#A45186 (or 0xA45186) is unknown color: approx Strikemaster. HEX triplet: A4, 51 and 86. RGB value is (164,81,134). Sum of RGB (Red+Green+Blue) = 164+81+134=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A45186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45186 is #5BAE79. Grayscale: #6F6F6F. Windows color (decimal): -6008442 or 8802724. OLE color: 8802724.

HSL color Cylindrical-coordinate representation of color #A45186: hue angle of 321.69º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45186 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16481134-
CMYK00.510.180.36
HSL321.69º33.88%48.04%-
HSV(B)321.69º50.61%64.31%-
XYZ22.5615.524.36-
YUV111.86140.5165.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=43.27%
G=21.37%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648113400.510.180.36321.6933.8848.04
HexA4518603312241422230
Octal24412120606322445024260
Binary10100100101000110000110011001110010100100101000010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45186; }

 p { color: rgb(164,81,134); }

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

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

 a { background-color: rgb(164,81,134); }

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

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

 span { border-color: rgb(164,81,134); }

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