#A776AB

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

Shades of Violet Blue #A776AB

Tints of Violet Blue #A776AB

Color information

#A776AB (or 0xA776AB) is unknown color: approx Violet Blue. HEX triplet: A7, 76 and AB. RGB value is (167,118,171). Sum of RGB (Red+Green+Blue) = 167+118+171=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A776AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776AB is #588954. Grayscale: #8A8A8A. Windows color (decimal): -5802325 or 11237031. OLE color: 11237031.

HSL color Cylindrical-coordinate representation of color #A776AB: hue angle of 295.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A776AB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167118171-
CMYK0.020.3100.33
HSL295.47º23.98%56.67%-
HSV(B)295.47º30.99%67.06%-
XYZ29.7724.1141.61-
YUV138.69146.23148.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=36.62%
G=25.88%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671181710.020.3100.33295.4723.9856.67
HexA776AB21F0211271839
Octal2471662532370414473071
Binary101001111110110101010111011111010000110010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776AB; }

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

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

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

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

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

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

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

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