#A0519F

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

Shades of Violet Blue #A0519F

Tints of Violet Blue #A0519F

Color information

#A0519F (or 0xA0519F) is unknown color: approx Violet Blue. HEX triplet: A0, 51 and 9F. RGB value is (160,81,159). Sum of RGB (Red+Green+Blue) = 160+81+159=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519F is #5FAE60. Grayscale: #717171. Windows color (decimal): -6270561 or 10441120. OLE color: 10441120.

HSL color Cylindrical-coordinate representation of color #A0519F: hue angle of 300.76º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0519F is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16081159-
CMYK00.490.010.37
HSL300.76º32.78%47.25%-
HSV(B)300.76º49.38%62.75%-
XYZ23.715.8634.61-
YUV113.51153.67161.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=40%
G=20.25%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608115900.490.010.37300.7632.7847.25
HexA0519F03112512d212f
Octal2401212370611454554157
Binary1010000010100011001111101100011100101100101101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0519F; }

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

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

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

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

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

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

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

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