#A859AE

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

Shades of Violet Blue #A859AE

Tints of Violet Blue #A859AE

Color information

#A859AE (or 0xA859AE) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and AE. RGB value is (168,89,174). Sum of RGB (Red+Green+Blue) = 168+89+174=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A859AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859AE is #57A651. Grayscale: #7A7A7A. Windows color (decimal): -5744210 or 11426216. OLE color: 11426216.

HSL color Cylindrical-coordinate representation of color #A859AE: hue angle of 295.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A859AE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16889174-
CMYK0.030.4900.32
HSL295.76º34.41%51.57%-
HSV(B)295.76º48.85%68.24%-
XYZ27.3618.5342.18-
YUV122.31157.17160.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=38.98%
G=20.65%
B=40.37%

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
Decimal168891740.030.4900.32295.7634.4151.57
HexA859AE3310201282234
Octal2501312563610404504264
Binary10101000101100110101110111100010100000100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859AE; }

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

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

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

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

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

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

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

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