#A76497

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

Shades of Violet Blue #A76497

Tints of Violet Blue #A76497

Color information

#A76497 (or 0xA76497) is unknown color: approx Violet Blue. HEX triplet: A7, 64 and 97. RGB value is (167,100,151). Sum of RGB (Red+Green+Blue) = 167+100+151=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A76497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76497 is #589B68. Grayscale: #7D7D7D. Windows color (decimal): -5806953 or 9921703. OLE color: 9921703.

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

Color convert

RGB167100151-
CMYK00.400.100.35
HSL314.33º27.57%52.35%-
HSV(B)314.33º40.12%65.49%-
XYZ26.0819.5631.68-
YUV125.85142.2157.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=39.95%
G=23.92%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710015100.400.100.35314.3327.5752.35
HexA76497028A2313a1c34
Octal24714422705012434723464
Binary101001111100100100101110101000101010001110011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76497; }

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

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

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

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

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

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

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

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