#A46C87

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

Shades of Strikemaster #A46C87

Tints of Strikemaster #A46C87

Color information

#A46C87 (or 0xA46C87) is unknown color: approx Strikemaster. HEX triplet: A4, 6C and 87. RGB value is (164,108,135). Sum of RGB (Red+Green+Blue) = 164+108+135=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C87 is #5B9378. Grayscale: #7F7F7F. Windows color (decimal): -6001529 or 8875172. OLE color: 8875172.

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

Color convert

RGB164108135-
CMYK00.340.180.36
HSL331.07º23.53%53.33%-
HSV(B)331.07º34.15%64.31%-
XYZ25.0520.3725.53-
YUV127.82132.05153.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=40.29%
G=26.54%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410813500.340.180.36331.0723.5353.33
HexA46C87022122414b1835
Octal24415420704222445133065
Binary1010010011011001000011101000101001010010010100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C87; }

 p { color: rgb(164,108,135); }

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

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

 a { background-color: rgb(164,108,135); }

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

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

 span { border-color: rgb(164,108,135); }

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