#A779AA

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

Shades of Violet Blue #A779AA

Tints of Violet Blue #A779AA

Color information

#A779AA (or 0xA779AA) is unknown color: approx Violet Blue. HEX triplet: A7, 79 and AA. RGB value is (167,121,170). Sum of RGB (Red+Green+Blue) = 167+121+170=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A779AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AA is #588655. Grayscale: #8C8C8C. Windows color (decimal): -5801558 or 11172263. OLE color: 11172263.

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

Color convert

RGB167121170-
CMYK0.020.2900.33
HSL296.33º22.37%57.06%-
HSV(B)296.33º28.82%66.67%-
XYZ30.0324.7941.23-
YUV140.34144.74147.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=36.46%
G=26.42%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671211700.020.2900.33296.3322.3757.06
HexA779AA21D0211281639
Octal2471712522350414502671
Binary101001111111001101010101011101010000110010100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779AA; }

 p { color: rgb(167,121,170); }

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

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

 a { background-color: rgb(167,121,170); }

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

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

 span { border-color: rgb(167,121,170); }

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