#A879AC

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

Shades of Violet Blue #A879AC

Tints of Violet Blue #A879AC

Color information

#A879AC (or 0xA879AC) is unknown color: approx Violet Blue. HEX triplet: A8, 79 and AC. RGB value is (168,121,172). Sum of RGB (Red+Green+Blue) = 168+121+172=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A879AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AC is #578653. Grayscale: #8C8C8C. Windows color (decimal): -5736020 or 11303336. OLE color: 11303336.

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

Color convert

RGB168121172-
CMYK0.020.3000.33
HSL295.29º23.5%57.45%-
HSV(B)295.29º29.65%67.45%-
XYZ30.4324.9842.25-
YUV140.87145.57147.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=36.44%
G=26.25%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681211720.020.3000.33295.2923.557.45
HexA879AC21E0211271839
Octal2501712542360414473071
Binary101010001111001101011001011110010000110010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879AC; }

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

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

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

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

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

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

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

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