#A9519D

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

Shades of Violet Blue #A9519D

Tints of Violet Blue #A9519D

Color information

#A9519D (or 0xA9519D) is unknown color: approx Violet Blue. HEX triplet: A9, 51 and 9D. RGB value is (169,81,157). Sum of RGB (Red+Green+Blue) = 169+81+157=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9519D is #56AE62. Grayscale: #737373. Windows color (decimal): -5680739 or 10310057. OLE color: 10310057.

HSL color Cylindrical-coordinate representation of color #A9519D: hue angle of 308.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9519D is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16981157-
CMYK00.520.070.34
HSL308.18º35.2%49.02%-
HSV(B)308.18º52.07%66.27%-
XYZ25.3916.7533.79-
YUV115.98151.15165.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=41.52%
G=19.90%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698115700.520.070.34308.1835.249.02
HexA9519D0347221342331
Octal2511212350647424644361
Binary101010011010001100111010110100111100010100110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9519D; }

 p { color: rgb(169,81,157); }

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

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

 a { background-color: rgb(169,81,157); }

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

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

 span { border-color: rgb(169,81,157); }

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