#A76B9B

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

Shades of Violet Blue #A76B9B

Tints of Violet Blue #A76B9B

Color information

#A76B9B (or 0xA76B9B) is unknown color: approx Violet Blue. HEX triplet: A7, 6B and 9B. RGB value is (167,107,155). Sum of RGB (Red+Green+Blue) = 167+107+155=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B9B is #589464. Grayscale: #828282. Windows color (decimal): -5805157 or 10185639. OLE color: 10185639.

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

Color convert

RGB167107155-
CMYK00.360.070.35
HSL312º25.42%53.73%-
HSV(B)312º35.93%65.49%-
XYZ27.1121.133.65-
YUV130.41141.88154.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=38.93%
G=24.94%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710715500.360.070.3531225.4253.73
HexA76B9B0247231381936
Octal2471532330447434703166
Binary10100111110101110011011010010011110001110011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B9B; }

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

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

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

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

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

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

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

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