#A779AB

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

Shades of Violet Blue #A779AB

Tints of Violet Blue #A779AB

Color information

#A779AB (or 0xA779AB) is unknown color: approx Violet Blue. HEX triplet: A7, 79 and AB. RGB value is (167,121,171). Sum of RGB (Red+Green+Blue) = 167+121+171=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A779AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AB is #588654. Grayscale: #8C8C8C. Windows color (decimal): -5801557 or 11237799. OLE color: 11237799.

HSL color Cylindrical-coordinate representation of color #A779AB: hue angle of 295.2º degrees, saturation: 0.23, 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 #A779AB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167121171-
CMYK0.020.2900.33
HSL295.2º22.94%57.25%-
HSV(B)295.2º29.24%67.06%-
XYZ30.1224.8341.73-
YUV140.45145.24146.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=36.38%
G=26.36%
B=37.25%

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
Decimal1671211710.020.2900.33295.222.9457.25
HexA779AB21D0211271739
Octal2471712532350414472771
Binary101001111111001101010111011101010000110010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779AB; }

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

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

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

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

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

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

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

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