#A779AC

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

Shades of Violet Blue #A779AC

Tints of Violet Blue #A779AC

Color information

#A779AC (or 0xA779AC) is unknown color: approx Violet Blue. HEX triplet: A7, 79 and AC. RGB value is (167,121,172). Sum of RGB (Red+Green+Blue) = 167+121+172=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A779AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AC is #588653. Grayscale: #8C8C8C. Windows color (decimal): -5801556 or 11303335. OLE color: 11303335.

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

Color convert

RGB167121172-
CMYK0.030.3000.33
HSL294.12º23.5%57.45%-
HSV(B)294.12º29.65%67.45%-
XYZ30.2224.8742.24-
YUV140.57145.74146.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=36.30%
G=26.30%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671211720.030.3000.33294.1223.557.45
HexA779AC31E0211261839
Octal2471712543360414463071
Binary101001111111001101011001111110010000110010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779AC; }

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

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

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

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

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

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

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

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