#A76796

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

Shades of Violet Blue #A76796

Tints of Violet Blue #A76796

Color information

#A76796 (or 0xA76796) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and 96. RGB value is (167,103,150). Sum of RGB (Red+Green+Blue) = 167+103+150=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A76796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76796 is #589869. Grayscale: #7F7F7F. Windows color (decimal): -5806186 or 9856935. OLE color: 9856935.

HSL color Cylindrical-coordinate representation of color #A76796: hue angle of 315.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76796 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167103150-
CMYK00.380.100.35
HSL315.94º26.67%52.94%-
HSV(B)315.94º38.32%65.49%-
XYZ26.2920.1231.35-
YUV127.49140.7156.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=39.76%
G=24.52%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710315000.380.100.35315.9426.6752.94
HexA76796026A2313c1b35
Octal24714722604612434743365
Binary101001111100111100101100100110101010001110011110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76796; }

 p { color: rgb(167,103,150); }

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

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

 a { background-color: rgb(167,103,150); }

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

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

 span { border-color: rgb(167,103,150); }

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