#A46999

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

Shades of Violet Blue #A46999

Tints of Violet Blue #A46999

Color information

#A46999 (or 0xA46999) is unknown color: approx Violet Blue. HEX triplet: A4, 69 and 99. RGB value is (164,105,153). Sum of RGB (Red+Green+Blue) = 164+105+153=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A46999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46999 is #5B9666. Grayscale: #7F7F7F. Windows color (decimal): -6002279 or 10054052. OLE color: 10054052.

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

Color convert

RGB164105153-
CMYK00.360.070.36
HSL311.19º24.48%52.75%-
HSV(B)311.19º35.98%64.31%-
XYZ26.1120.332.68-
YUV128.11142.05153.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=38.86%
G=24.88%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410515300.360.070.36311.1924.4852.75
HexA469990247241371835
Octal2441512310447444673065
Binary10100100110100110011001010010011110010010011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46999; }

 p { color: rgb(164,105,153); }

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

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

 a { background-color: rgb(164,105,153); }

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

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

 span { border-color: rgb(164,105,153); }

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