#A46497

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

Shades of Violet Blue #A46497

Tints of Violet Blue #A46497

Color information

#A46497 (or 0xA46497) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and 97. RGB value is (164,100,151). Sum of RGB (Red+Green+Blue) = 164+100+151=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46497 is #5B9B68. Grayscale: #7C7C7C. Windows color (decimal): -6003561 or 9921700. OLE color: 9921700.

HSL color Cylindrical-coordinate representation of color #A46497: hue angle of 312.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46497 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164100151-
CMYK00.390.080.36
HSL312.19º26.02%51.76%-
HSV(B)312.19º39.02%64.31%-
XYZ25.4519.2431.65-
YUV124.95142.7155.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=39.52%
G=24.10%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410015100.390.080.36312.1926.0251.76
HexA464970278241381a34
Octal24414422704710444703264
Binary101001001100100100101110100111100010010010011100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46497; }

 p { color: rgb(164,100,151); }

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

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

 a { background-color: rgb(164,100,151); }

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

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

 span { border-color: rgb(164,100,151); }

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