#A876AA

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

Shades of Violet Blue #A876AA

Tints of Violet Blue #A876AA

Color information

#A876AA (or 0xA876AA) is unknown color: approx Violet Blue. HEX triplet: A8, 76 and AA. RGB value is (168,118,170). Sum of RGB (Red+Green+Blue) = 168+118+170=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AA is #578955. Grayscale: #8A8A8A. Windows color (decimal): -5736790 or 11171496. OLE color: 11171496.

HSL color Cylindrical-coordinate representation of color #A876AA: hue angle of 297.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A876AA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168118170-
CMYK0.010.3100.33
HSL297.69º23.42%56.47%-
HSV(B)297.69º30.59%66.67%-
XYZ29.8824.1841.12-
YUV138.88145.56148.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=36.84%
G=25.88%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681181700.010.3100.33297.6923.4256.47
HexA876AA11F02112a1738
Octal2501662521370414522770
Binary10101000111011010101010111111010000110010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876AA; }

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

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

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

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

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

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

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

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