#A0519B

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

Shades of Violet Blue #A0519B

Tints of Violet Blue #A0519B

Color information

#A0519B (or 0xA0519B) is unknown color: approx Violet Blue. HEX triplet: A0, 51 and 9B. RGB value is (160,81,155). Sum of RGB (Red+Green+Blue) = 160+81+155=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519B is #5FAE64. Grayscale: #707070. Windows color (decimal): -6270565 or 10178976. OLE color: 10178976.

HSL color Cylindrical-coordinate representation of color #A0519B: hue angle of 303.8º 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 #A0519B is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16081155-
CMYK00.490.030.37
HSL303.8º32.78%47.25%-
HSV(B)303.8º49.38%62.75%-
XYZ23.3615.7332.81-
YUV113.06151.67161.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=40.40%
G=20.45%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608115500.490.030.37303.832.7847.25
HexA0519B031325130212f
Octal2401212330613454604157
Binary10100000101000110011011011000111100101100110000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0519B; }

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

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

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

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

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

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

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

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