#A959AD

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

Shades of Violet Blue #A959AD

Tints of Violet Blue #A959AD

Color information

#A959AD (or 0xA959AD) is unknown color: approx Violet Blue. HEX triplet: A9, 59 and AD. RGB value is (169,89,173). Sum of RGB (Red+Green+Blue) = 169+89+173=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A959AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959AD is #56A652. Grayscale: #7A7A7A. Windows color (decimal): -5678675 or 11360681. OLE color: 11360681.

HSL color Cylindrical-coordinate representation of color #A959AD: hue angle of 297.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A959AD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16989173-
CMYK0.020.4900.32
HSL297.14º33.87%51.37%-
HSV(B)297.14º48.55%67.84%-
XYZ27.4818.641.68-
YUV122.5156.5161.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=39.21%
G=20.65%
B=40.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169891730.020.4900.32297.1433.8751.37
HexA959AD2310201292233
Octal2511312552610404514263
Binary10101001101100110101101101100010100000100101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959AD; }

 p { color: rgb(169,89,173); }

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

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

 a { background-color: rgb(169,89,173); }

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

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

 span { border-color: rgb(169,89,173); }

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