#A46580

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

Shades of Strikemaster #A46580

Tints of Strikemaster #A46580

Color information

#A46580 (or 0xA46580) is unknown color: approx Strikemaster. HEX triplet: A4, 65 and 80. RGB value is (164,101,128). Sum of RGB (Red+Green+Blue) = 164+101+128=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A46580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46580 is #5B9A7F. Grayscale: #7A7A7A. Windows color (decimal): -6003328 or 8414628. OLE color: 8414628.

HSL color Cylindrical-coordinate representation of color #A46580: hue angle of 334.29º 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 #A46580 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB164101128-
CMYK00.380.220.36
HSL334.29º25.71%51.96%-
HSV(B)334.29º38.41%64.31%-
XYZ23.8618.7622.79-
YUV122.92130.87157.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=41.73%
G=25.70%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410112800.380.220.36334.2925.7151.96
HexA46580026162414e1a34
Octal24414520004626445163264
Binary1010010011001011000000001001101011010010010100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46580; }

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

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

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

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

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

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

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

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