#A46D8A

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

Shades of Strikemaster #A46D8A

Tints of Strikemaster #A46D8A

Color information

#A46D8A (or 0xA46D8A) is unknown color: approx Strikemaster. HEX triplet: A4, 6D and 8A. RGB value is (164,109,138). Sum of RGB (Red+Green+Blue) = 164+109+138=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D8A is #5B9275. Grayscale: #808080. Windows color (decimal): -6001270 or 9072036. OLE color: 9072036.

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

Color convert

RGB164109138-
CMYK00.340.160.36
HSL328.36º23.21%53.53%-
HSV(B)328.36º33.54%64.31%-
XYZ25.3720.6626.7-
YUV128.75133.22153.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=39.90%
G=26.52%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410913800.340.160.36328.3623.2153.53
HexA46D8A02210241481736
Octal24415521204220445102766
Binary1010010011011011000101001000101000010010010100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D8A; }

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

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

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

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

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

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

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

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