#A7519F

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

Shades of Violet Blue #A7519F

Tints of Violet Blue #A7519F

Color information

#A7519F (or 0xA7519F) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and 9F. RGB value is (167,81,159). Sum of RGB (Red+Green+Blue) = 167+81+159=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519F is #58AE60. Grayscale: #737373. Windows color (decimal): -5811809 or 10441127. OLE color: 10441127.

HSL color Cylindrical-coordinate representation of color #A7519F: hue angle of 305.58º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7519F is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16781159-
CMYK00.510.050.35
HSL305.58º34.68%48.63%-
HSV(B)305.58º51.5%65.49%-
XYZ25.1416.634.68-
YUV115.61152.49164.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=41.03%
G=19.90%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678115900.510.050.35305.5834.6848.63
HexA7519F0335231322331
Octal2471212370635434624361
Binary101001111010001100111110110011101100011100110010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7519F; }

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

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

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

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

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

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

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

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