#A6519D

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

Shades of Violet Blue #A6519D

Tints of Violet Blue #A6519D

Color information

#A6519D (or 0xA6519D) is unknown color: approx Violet Blue. HEX triplet: A6, 51 and 9D. RGB value is (166,81,157). Sum of RGB (Red+Green+Blue) = 166+81+157=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6519D is #59AE62. Grayscale: #727272. Windows color (decimal): -5877347 or 10310054. OLE color: 10310054.

HSL color Cylindrical-coordinate representation of color #A6519D: hue angle of 306.35º 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 #A6519D is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16681157-
CMYK00.510.050.35
HSL306.35º34.41%48.43%-
HSV(B)306.35º51.2%65.1%-
XYZ24.7516.4333.76-
YUV115.08151.66164.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=41.09%
G=20.05%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668115700.510.050.35306.3534.4148.43
HexA6519D0335231322230
Octal2461212350635434624260
Binary101001101010001100111010110011101100011100110010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6519D; }

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

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

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

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

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

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

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

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