#A776A6

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

Shades of Violet Blue #A776A6

Tints of Violet Blue #A776A6

Color information

#A776A6 (or 0xA776A6) is unknown color: approx Violet Blue. HEX triplet: A7, 76 and A6. RGB value is (167,118,166). Sum of RGB (Red+Green+Blue) = 167+118+166=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A776A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A6 is #588959. Grayscale: #898989. Windows color (decimal): -5802330 or 10909351. OLE color: 10909351.

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

Color convert

RGB167118166-
CMYK00.290.010.35
HSL301.22º21.78%55.88%-
HSV(B)301.22º29.34%65.49%-
XYZ29.323.9339.15-
YUV138.12143.73148.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=37.03%
G=26.16%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711816600.290.010.35301.2221.7855.88
HexA776A601D12312d1638
Octal2471662460351434552670
Binary10100111111011010100110011101110001110010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776A6; }

 p { color: rgb(167,118,166); }

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

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

 a { background-color: rgb(167,118,166); }

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

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

 span { border-color: rgb(167,118,166); }

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