#A859AD

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

Shades of Violet Blue #A859AD

Tints of Violet Blue #A859AD

Color information

#A859AD (or 0xA859AD) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and AD. RGB value is (168,89,173). Sum of RGB (Red+Green+Blue) = 168+89+173=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #A859AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859AD is #57A652. Grayscale: #797979. Windows color (decimal): -5744211 or 11360680. OLE color: 11360680.

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

Color convert

RGB16889173-
CMYK0.030.4900.32
HSL296.43º33.87%51.37%-
HSV(B)296.43º48.55%67.84%-
XYZ27.2618.4941.67-
YUV122.2156.67160.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=39.07%
G=20.70%
B=40.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168891730.030.4900.32296.4333.8751.37
HexA859AD3310201282233
Octal2501312553610404504263
Binary10101000101100110101101111100010100000100101000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859AD; }

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

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

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

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

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

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

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

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