#A4519F

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

Shades of Violet Blue #A4519F

Tints of Violet Blue #A4519F

Color information

#A4519F (or 0xA4519F) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 9F. RGB value is (164,81,159). Sum of RGB (Red+Green+Blue) = 164+81+159=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4519F is #5BAE60. Grayscale: #727272. Windows color (decimal): -6008417 or 10441124. OLE color: 10441124.

HSL color Cylindrical-coordinate representation of color #A4519F: hue angle of 303.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4519F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16481159-
CMYK00.510.030.36
HSL303.61º33.88%48.04%-
HSV(B)303.61º50.61%64.31%-
XYZ24.5116.2834.65-
YUV114.71153163.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=40.59%
G=20.05%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648115900.510.030.36303.6133.8848.04
HexA4519F0333241302230
Octal2441212370633444604260
Binary10100100101000110011111011001111100100100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4519F; }

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

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

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

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

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

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

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

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