#A859AC

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

Shades of Violet Blue #A859AC

Tints of Violet Blue #A859AC

Color information

#A859AC (or 0xA859AC) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and AC. RGB value is (168,89,172). Sum of RGB (Red+Green+Blue) = 168+89+172=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A859AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859AC is #57A653. Grayscale: #797979. Windows color (decimal): -5744212 or 11295144. OLE color: 11295144.

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

Color convert

RGB16889172-
CMYK0.020.4800.33
HSL297.11º33.33%51.18%-
HSV(B)297.11º48.26%67.45%-
XYZ27.1718.4541.16-
YUV122.08156.17160.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=39.16%
G=20.75%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168891720.020.4800.33297.1133.3351.18
HexA859AC2300211292133
Octal2501312542600414514163
Binary10101000101100110101100101100000100001100101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859AC; }

 p { color: rgb(168,89,172); }

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

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

 a { background-color: rgb(168,89,172); }

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

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

 span { border-color: rgb(168,89,172); }

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