#A6599E

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

Shades of Violet Blue #A6599E

Tints of Violet Blue #A6599E

Color information

#A6599E (or 0xA6599E) is unknown color: approx Violet Blue. HEX triplet: A6, 59 and 9E. RGB value is (166,89,158). Sum of RGB (Red+Green+Blue) = 166+89+158=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A6599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6599E is #59A661. Grayscale: #777777. Windows color (decimal): -5875298 or 10377638. OLE color: 10377638.

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

Color convert

RGB16689158-
CMYK00.460.050.35
HSL306.23º30.2%50%-
HSV(B)306.23º46.39%65.1%-
XYZ25.4717.7234.43-
YUV119.89149.51160.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=40.19%
G=21.55%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668915800.460.050.35306.2330.250
HexA6599E02E5231321e32
Octal2461312360565434623662
Binary10100110101100110011110010111010110001110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6599E; }

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

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

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

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

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

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

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

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