#A6519F

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

Shades of Violet Blue #A6519F

Tints of Violet Blue #A6519F

Color information

#A6519F (or 0xA6519F) is unknown color: approx Violet Blue. HEX triplet: A6, 51 and 9F. RGB value is (166,81,159). Sum of RGB (Red+Green+Blue) = 166+81+159=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6519F is #59AE60. Grayscale: #737373. Windows color (decimal): -5877345 or 10441126. OLE color: 10441126.

HSL color Cylindrical-coordinate representation of color #A6519F: hue angle of 304.94º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6519F is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16681159-
CMYK00.510.040.35
HSL304.94º34.41%48.43%-
HSV(B)304.94º51.2%65.1%-
XYZ24.9316.534.67-
YUV115.31152.66164.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=40.89%
G=19.95%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668115900.510.040.35304.9434.4148.43
HexA6519F0334231312230
Octal2461212370634434614260
Binary101001101010001100111110110011100100011100110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6519F; }

 p { color: rgb(166,81,159); }

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

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

 a { background-color: rgb(166,81,159); }

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

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

 span { border-color: rgb(166,81,159); }

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