#A6519C

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

Shades of Violet Blue #A6519C

Tints of Violet Blue #A6519C

Color information

#A6519C (or 0xA6519C) is unknown color: approx Violet Blue. HEX triplet: A6, 51 and 9C. RGB value is (166,81,156). Sum of RGB (Red+Green+Blue) = 166+81+156=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6519C is #59AE63. Grayscale: #727272. Windows color (decimal): -5877348 or 10244518. OLE color: 10244518.

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

Color convert

RGB16681156-
CMYK00.510.060.35
HSL307.06º34.41%48.43%-
HSV(B)307.06º51.2%65.1%-
XYZ24.6716.3933.32-
YUV114.96151.16164.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=41.19%
G=20.10%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668115600.510.060.35307.0634.4148.43
HexA6519C0336231332230
Octal2461212340636434634260
Binary101001101010001100111000110011110100011100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6519C; }

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

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

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

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

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

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

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

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