#A76196

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

Shades of Violet Blue #A76196

Tints of Violet Blue #A76196

Color information

#A76196 (or 0xA76196) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and 96. RGB value is (167,97,150). Sum of RGB (Red+Green+Blue) = 167+97+150=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76196 is #589E69. Grayscale: #7B7B7B. Windows color (decimal): -5807722 or 9855399. OLE color: 9855399.

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

Color convert

RGB16797150-
CMYK00.420.100.35
HSL314.57º28.46%51.76%-
HSV(B)314.57º41.92%65.49%-
XYZ25.7218.9731.16-
YUV123.97142.69158.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=40.34%
G=23.43%
B=36.23%

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
Decimal1679715000.420.100.35314.5728.4651.76
HexA7619602AA2313b1c34
Octal24714122605212434733464
Binary101001111100001100101100101010101010001110011101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76196; }

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

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

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

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

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

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

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

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