#A76197

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

Shades of Violet Blue #A76197

Tints of Violet Blue #A76197

Color information

#A76197 (or 0xA76197) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and 97. RGB value is (167,97,151). Sum of RGB (Red+Green+Blue) = 167+97+151=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76197 is #589E68. Grayscale: #7B7B7B. Windows color (decimal): -5807721 or 9920935. OLE color: 9920935.

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

Color convert

RGB16797151-
CMYK00.420.100.35
HSL313.71º28.46%51.76%-
HSV(B)313.71º41.92%65.49%-
XYZ25.81931.59-
YUV124.09143.19158.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=40.24%
G=23.37%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679715100.420.100.35313.7128.4651.76
HexA7619702AA2313a1c34
Octal24714122705212434723464
Binary101001111100001100101110101010101010001110011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76197; }

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

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

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

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

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

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

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

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