#A7519A

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

Shades of Violet Blue #A7519A

Tints of Violet Blue #A7519A

Color information

#A7519A (or 0xA7519A) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and 9A. RGB value is (167,81,154). Sum of RGB (Red+Green+Blue) = 167+81+154=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519A is #58AE65. Grayscale: #727272. Windows color (decimal): -5811814 or 10113447. OLE color: 10113447.

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

Color convert

RGB16781154-
CMYK00.510.080.35
HSL309.07º34.68%48.63%-
HSV(B)309.07º51.5%65.49%-
XYZ24.7116.4332.44-
YUV115.04149.99165.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=41.54%
G=20.15%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678115400.510.080.35309.0734.6848.63
HexA7519A0338231352331
Octal24712123206310434654361
Binary1010011110100011001101001100111000100011100110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7519A; }

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

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

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

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

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

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

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

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