#A76EA9

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

Shades of Violet Blue #A76EA9

Tints of Violet Blue #A76EA9

Color information

#A76EA9 (or 0xA76EA9) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and A9. RGB value is (167,110,169). Sum of RGB (Red+Green+Blue) = 167+110+169=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #A76EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EA9 is #589156. Grayscale: #858585. Windows color (decimal): -5804375 or 11103911. OLE color: 11103911.

HSL color Cylindrical-coordinate representation of color #A76EA9: hue angle of 297.97º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76EA9 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB167110169-
CMYK0.010.3500.34
HSL297.97º25.54%54.71%-
HSV(B)297.97º34.91%66.27%-
XYZ28.6722.2340.32-
YUV133.77147.88151.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=37.44%
G=24.66%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671101690.010.3500.34297.9725.5454.71
HexA76EA912302212a1a37
Octal2471562511430424523267
Binary101001111101110101010011100011010001010010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EA9; }

 p { color: rgb(167,110,169); }

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

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

 a { background-color: rgb(167,110,169); }

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

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

 span { border-color: rgb(167,110,169); }

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