#A059AB

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

Shades of Violet Blue #A059AB

Tints of Violet Blue #A059AB

Color information

#A059AB (or 0xA059AB) is unknown color: approx Violet Blue. HEX triplet: A0, 59 and AB. RGB value is (160,89,171). Sum of RGB (Red+Green+Blue) = 160+89+171=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A059AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AB is #5FA654. Grayscale: #777777. Windows color (decimal): -6268501 or 11229600. OLE color: 11229600.

HSL color Cylindrical-coordinate representation of color #A059AB: hue angle of 291.95º 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 #A059AB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16089171-
CMYK0.060.4800.33
HSL291.95º32.8%50.98%-
HSV(B)291.95º47.95%67.06%-
XYZ25.4217.5640.58-
YUV119.58157.02156.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=38.10%
G=21.19%
B=40.71%

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
Decimal160891710.060.4800.33291.9532.850.98
HexA059AB6300211242133
Octal2401312536600414444163
Binary101000001011001101010111101100000100001100100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059AB; }

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

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

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

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

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

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

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

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