#A659A4

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

Shades of Violet Blue #A659A4

Tints of Violet Blue #A659A4

Color information

#A659A4 (or 0xA659A4) is unknown color: approx Violet Blue. HEX triplet: A6, 59 and A4. RGB value is (166,89,164). Sum of RGB (Red+Green+Blue) = 166+89+164=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A659A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659A4 is #59A65B. Grayscale: #787878. Windows color (decimal): -5875292 or 10770854. OLE color: 10770854.

HSL color Cylindrical-coordinate representation of color #A659A4: hue angle of 301.56º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A659A4 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16689164-
CMYK00.460.010.35
HSL301.56º30.2%50%-
HSV(B)301.56º46.39%65.1%-
XYZ2617.9337.21-
YUV120.57152.51160.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=39.62%
G=21.24%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668916400.460.010.35301.5630.250
HexA659A402E12312e1e32
Octal2461312440561434563662
Binary101001101011001101001000101110110001110010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659A4; }

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

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

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

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

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

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

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

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