#A159AD

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

Shades of Violet Blue #A159AD

Tints of Violet Blue #A159AD

Color information

#A159AD (or 0xA159AD) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and AD. RGB value is (161,89,173). Sum of RGB (Red+Green+Blue) = 161+89+173=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A159AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159AD is #5EA652. Grayscale: #777777. Windows color (decimal): -6202963 or 11360673. OLE color: 11360673.

HSL color Cylindrical-coordinate representation of color #A159AD: hue angle of 291.43º 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 #A159AD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16189173-
CMYK0.070.4900.32
HSL291.43º33.87%51.37%-
HSV(B)291.43º48.55%67.84%-
XYZ25.8117.7441.6-
YUV120.1157.85157.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=38.06%
G=21.04%
B=40.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161891730.070.4900.32291.4333.8751.37
HexA159AD7310201232233
Octal2411312557610404434263
Binary101000011011001101011011111100010100000100100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159AD; }

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

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

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

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

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

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

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

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