#A76A9B

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

Shades of Violet Blue #A76A9B

Tints of Violet Blue #A76A9B

Color information

#A76A9B (or 0xA76A9B) is unknown color: approx Violet Blue. HEX triplet: A7, 6A and 9B. RGB value is (167,106,155). Sum of RGB (Red+Green+Blue) = 167+106+155=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A9B is #589564. Grayscale: #818181. Windows color (decimal): -5805413 or 10185383. OLE color: 10185383.

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

Color convert

RGB167106155-
CMYK00.370.070.35
HSL311.8º25.74%53.53%-
HSV(B)311.8º36.53%65.49%-
XYZ27.0120.8933.62-
YUV129.82142.21154.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=39.02%
G=24.77%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710615500.370.070.35311.825.7453.53
HexA76A9B0257231381a36
Octal2471522330457434703266
Binary10100111110101010011011010010111110001110011100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A9B; }

 p { color: rgb(167,106,155); }

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

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

 a { background-color: rgb(167,106,155); }

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

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

 span { border-color: rgb(167,106,155); }

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