#A46189

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

Shades of Strikemaster #A46189

Tints of Strikemaster #A46189

Color information

#A46189 (or 0xA46189) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 89. RGB value is (164,97,137). Sum of RGB (Red+Green+Blue) = 164+97+137=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46189 is #5B9E76. Grayscale: #797979. Windows color (decimal): -6004343 or 9003428. OLE color: 9003428.

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

Color convert

RGB16497137-
CMYK00.410.160.36
HSL324.18º26.91%51.18%-
HSV(B)324.18º40.85%64.31%-
XYZ24.118.2525.92-
YUV121.59136.7158.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=41.21%
G=24.37%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649713700.410.160.36324.1826.9151.18
HexA4618902910241441b33
Octal24414121105120445043363
Binary1010010011000011000100101010011000010010010100010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46189; }

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

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

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

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

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

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

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

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