#A46681

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

Shades of Strikemaster #A46681

Tints of Strikemaster #A46681

Color information

#A46681 (or 0xA46681) is unknown color: approx Strikemaster. HEX triplet: A4, 66 and 81. RGB value is (164,102,129). Sum of RGB (Red+Green+Blue) = 164+102+129=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46681 is #5B997E. Grayscale: #7B7B7B. Windows color (decimal): -6003071 or 8480420. OLE color: 8480420.

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

Color convert

RGB164102129-
CMYK00.380.210.36
HSL333.87º25.41%52.16%-
HSV(B)333.87º37.8%64.31%-
XYZ24.0218.9823.17-
YUV123.62131.04156.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=41.52%
G=25.82%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410212900.380.210.36333.8725.4152.16
HexA46681026152414e1934
Octal24414620104625445163164
Binary1010010011001101000000101001101010110010010100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46681; }

 p { color: rgb(164,102,129); }

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

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

 a { background-color: rgb(164,102,129); }

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

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

 span { border-color: rgb(164,102,129); }

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