#A46589

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

Shades of Strikemaster #A46589

Tints of Strikemaster #A46589

Color information

#A46589 (or 0xA46589) is unknown color: approx Strikemaster. HEX triplet: A4, 65 and 89. RGB value is (164,101,137). Sum of RGB (Red+Green+Blue) = 164+101+137=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46589 is #5B9A76. Grayscale: #7B7B7B. Windows color (decimal): -6003319 or 9004452. OLE color: 9004452.

HSL color Cylindrical-coordinate representation of color #A46589: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46589 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164101137-
CMYK00.380.160.36
HSL325.71º25.71%51.96%-
HSV(B)325.71º38.41%64.31%-
XYZ24.4819.0126.05-
YUV123.94135.37156.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=40.80%
G=25.12%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410113700.380.160.36325.7125.7151.96
HexA4658902610241461a34
Octal24414521104620445063264
Binary1010010011001011000100101001101000010010010100011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46589; }

 p { color: rgb(164,101,137); }

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

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

 a { background-color: rgb(164,101,137); }

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

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

 span { border-color: rgb(164,101,137); }

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