#A76797

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

Shades of Violet Blue #A76797

Tints of Violet Blue #A76797

Color information

#A76797 (or 0xA76797) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and 97. RGB value is (167,103,151). Sum of RGB (Red+Green+Blue) = 167+103+151=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76797 is #589868. Grayscale: #7F7F7F. Windows color (decimal): -5806185 or 9922471. OLE color: 9922471.

HSL color Cylindrical-coordinate representation of color #A76797: hue angle of 315º 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 #A76797 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167103151-
CMYK00.380.100.35
HSL315º26.67%52.94%-
HSV(B)315º38.32%65.49%-
XYZ26.3720.1531.78-
YUV127.61141.2156.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=39.67%
G=24.47%
B=35.87%

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
Decimal16710315100.380.100.3531526.6752.94
HexA76797026A2313b1b35
Octal24714722704612434733365
Binary101001111100111100101110100110101010001110011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76797; }

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

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

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

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

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

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

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

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