#A5519B

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

Shades of Violet Blue #A5519B

Tints of Violet Blue #A5519B

Color information

#A5519B (or 0xA5519B) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and 9B. RGB value is (165,81,155). Sum of RGB (Red+Green+Blue) = 165+81+155=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5519B is #5AAE64. Grayscale: #727272. Windows color (decimal): -5942885 or 10178981. OLE color: 10178981.

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

Color convert

RGB16581155-
CMYK00.510.060.35
HSL307.14º34.15%48.24%-
HSV(B)307.14º50.91%64.71%-
XYZ24.3816.2532.86-
YUV114.55150.83163.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=41.15%
G=20.20%
B=38.65%

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
Decimal1658115500.510.060.35307.1434.1548.24
HexA5519B0336231332230
Octal2451212330636434634260
Binary101001011010001100110110110011110100011100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5519B; }

 p { color: rgb(165,81,155); }

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

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

 a { background-color: rgb(165,81,155); }

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

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

 span { border-color: rgb(165,81,155); }

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