#A76EAE

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

Shades of Violet Blue #A76EAE

Tints of Violet Blue #A76EAE

Color information

#A76EAE (or 0xA76EAE) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and AE. RGB value is (167,110,174). Sum of RGB (Red+Green+Blue) = 167+110+174=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #A76EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAE is #589151. Grayscale: #868686. Windows color (decimal): -5804370 or 11431591. OLE color: 11431591.

HSL color Cylindrical-coordinate representation of color #A76EAE: hue angle of 293.44º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76EAE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167110174-
CMYK0.040.3700.32
HSL293.44º28.32%55.69%-
HSV(B)293.44º36.78%68.24%-
XYZ29.1522.4242.84-
YUV134.34150.38151.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=37.03%
G=24.39%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671101740.040.3700.32293.4428.3255.69
HexA76EAE4250201251c38
Octal2471562564450404453470
Binary10100111110111010101110100100101010000010010010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EAE; }

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

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

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

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

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

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

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

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