#A76097

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

Shades of Violet Blue #A76097

Tints of Violet Blue #A76097

Color information

#A76097 (or 0xA76097) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 97. RGB value is (167,96,151). Sum of RGB (Red+Green+Blue) = 167+96+151=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76097 is #589F68. Grayscale: #7B7B7B. Windows color (decimal): -5807977 or 9920679. OLE color: 9920679.

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

Color convert

RGB16796151-
CMYK00.430.100.35
HSL313.52º28.74%51.57%-
HSV(B)313.52º42.51%65.49%-
XYZ25.7118.8231.56-
YUV123.5143.52159.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=40.34%
G=23.19%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615100.430.100.35313.5228.7451.57
HexA7609702BA2313a1d34
Octal24714022705312434723564
Binary101001111100000100101110101011101010001110011101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76097; }

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

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

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

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

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

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

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

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