#A6499E

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

Shades of Violet Blue #A6499E

Tints of Violet Blue #A6499E

Color information

#A6499E (or 0xA6499E) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and 9E. RGB value is (166,73,158). Sum of RGB (Red+Green+Blue) = 166+73+158=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6499E is #59B661. Grayscale: #6E6E6E. Windows color (decimal): -5879394 or 10373542. OLE color: 10373542.

HSL color Cylindrical-coordinate representation of color #A6499E: hue angle of 305.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6499E is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16673158-
CMYK00.560.050.35
HSL305.16º38.91%46.86%-
HSV(B)305.16º56.02%65.1%-
XYZ24.2815.3434.03-
YUV110.5154.81167.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=41.81%
G=18.39%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667315800.560.050.35305.1638.9146.86
HexA6499E038523131272f
Octal2461112360705434614757
Binary101001101001001100111100111000101100011100110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6499E; }

 p { color: rgb(166,73,158); }

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

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

 a { background-color: rgb(166,73,158); }

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

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

 span { border-color: rgb(166,73,158); }

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