#A879AA

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

Shades of Violet Blue #A879AA

Tints of Violet Blue #A879AA

Color information

#A879AA (or 0xA879AA) is unknown color: approx Violet Blue. HEX triplet: A8, 79 and AA. RGB value is (168,121,170). Sum of RGB (Red+Green+Blue) = 168+121+170=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A879AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AA is #578655. Grayscale: #8C8C8C. Windows color (decimal): -5736022 or 11172264. OLE color: 11172264.

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

Color convert

RGB168121170-
CMYK0.010.2900.33
HSL297.55º22.37%57.06%-
HSV(B)297.55º28.82%66.67%-
XYZ30.2424.941.24-
YUV140.64144.57147.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=36.60%
G=26.36%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681211700.010.2900.33297.5522.3757.06
HexA879AA11D02112a1639
Octal2501712521350414522671
Binary10101000111100110101010111101010000110010101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879AA; }

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

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

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

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

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

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

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

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