#A46A8A

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

Shades of Strikemaster #A46A8A

Tints of Strikemaster #A46A8A

Color information

#A46A8A (or 0xA46A8A) is unknown color: approx Strikemaster. HEX triplet: A4, 6A and 8A. RGB value is (164,106,138). Sum of RGB (Red+Green+Blue) = 164+106+138=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A8A is #5B9575. Grayscale: #7E7E7E. Windows color (decimal): -6002038 or 9071268. OLE color: 9071268.

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

Color convert

RGB164106138-
CMYK00.350.160.36
HSL326.9º24.17%52.94%-
HSV(B)326.9º35.37%64.31%-
XYZ25.0520.0426.59-
YUV126.99134.22154.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=40.20%
G=25.98%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410613800.350.160.36326.924.1752.94
HexA46A8A02310241471835
Octal24415221204320445073065
Binary1010010011010101000101001000111000010010010100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A8A; }

 p { color: rgb(164,106,138); }

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

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

 a { background-color: rgb(164,106,138); }

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

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

 span { border-color: rgb(164,106,138); }

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