#A76E9E

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

Shades of Violet Blue #A76E9E

Tints of Violet Blue #A76E9E

Color information

#A76E9E (or 0xA76E9E) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and 9E. RGB value is (167,110,158). Sum of RGB (Red+Green+Blue) = 167+110+158=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E9E is #589161. Grayscale: #848484. Windows color (decimal): -5804386 or 10383015. OLE color: 10383015.

HSL color Cylindrical-coordinate representation of color #A76E9E: hue angle of 309.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E9E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167110158-
CMYK00.340.050.35
HSL309.47º24.46%54.31%-
HSV(B)309.47º34.13%65.49%-
XYZ27.6821.8435.1-
YUV132.51142.38152.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=38.39%
G=25.29%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711015800.340.050.35309.4724.4654.31
HexA76E9E0225231351836
Octal2471562360425434653066
Binary10100111110111010011110010001010110001110011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E9E; }

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

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

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

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

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

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

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

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