#A159AB

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

Shades of Violet Blue #A159AB

Tints of Violet Blue #A159AB

Color information

#A159AB (or 0xA159AB) is unknown color: approx Violet Blue. HEX triplet: A1, 59 and AB. RGB value is (161,89,171). Sum of RGB (Red+Green+Blue) = 161+89+171=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A159AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159AB is #5EA654. Grayscale: #777777. Windows color (decimal): -6202965 or 11229601. OLE color: 11229601.

HSL color Cylindrical-coordinate representation of color #A159AB: hue angle of 292.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A159AB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16189171-
CMYK0.060.4800.33
HSL292.68º32.8%50.98%-
HSV(B)292.68º47.95%67.06%-
XYZ25.6217.6640.59-
YUV119.88156.85157.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=38.24%
G=21.14%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161891710.060.4800.33292.6832.850.98
HexA159AB6300211252133
Octal2411312536600414454163
Binary101000011011001101010111101100000100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159AB; }

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

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

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

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

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

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

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

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