#A5519F

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

Shades of Violet Blue #A5519F

Tints of Violet Blue #A5519F

Color information

#A5519F (or 0xA5519F) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and 9F. RGB value is (165,81,159). Sum of RGB (Red+Green+Blue) = 165+81+159=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5519F is #5AAE60. Grayscale: #727272. Windows color (decimal): -5942881 or 10441125. OLE color: 10441125.

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

Color convert

RGB16581159-
CMYK00.510.040.35
HSL304.29º34.15%48.24%-
HSV(B)304.29º50.91%64.71%-
XYZ24.7216.3934.66-
YUV115.01152.83163.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=40.74%
G=20%
B=39.26%

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
Decimal1658115900.510.040.35304.2934.1548.24
HexA5519F0334231302230
Octal2451212370634434604260
Binary101001011010001100111110110011100100011100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5519F; }

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

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

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

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

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

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

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

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