#A659AE

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

Shades of Violet Blue #A659AE

Tints of Violet Blue #A659AE

Color information

#A659AE (or 0xA659AE) is unknown color: approx Violet Blue. HEX triplet: A6, 59 and AE. RGB value is (166,89,174). Sum of RGB (Red+Green+Blue) = 166+89+174=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A659AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659AE is #59A651. Grayscale: #797979. Windows color (decimal): -5875282 or 11426214. OLE color: 11426214.

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

Color convert

RGB16689174-
CMYK0.050.4900.32
HSL294.35º34.41%51.57%-
HSV(B)294.35º48.85%68.24%-
XYZ26.9418.3142.16-
YUV121.71157.51159.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=38.69%
G=20.75%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166891740.050.4900.32294.3534.4151.57
HexA659AE5310201262234
Octal2461312565610404464264
Binary101001101011001101011101011100010100000100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659AE; }

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

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

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

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

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

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

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

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