#A76897

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

Shades of Violet Blue #A76897

Tints of Violet Blue #A76897

Color information

#A76897 (or 0xA76897) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and 97. RGB value is (167,104,151). Sum of RGB (Red+Green+Blue) = 167+104+151=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76897 is #589768. Grayscale: #808080. Windows color (decimal): -5805929 or 9922727. OLE color: 9922727.

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

Color convert

RGB167104151-
CMYK00.380.100.35
HSL315.24º26.36%53.14%-
HSV(B)315.24º37.72%65.49%-
XYZ26.4720.3531.81-
YUV128.2140.87155.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=39.57%
G=24.64%
B=35.78%

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
Decimal16710415100.380.100.35315.2426.3653.14
HexA76897026A2313b1a35
Octal24715022704612434733265
Binary101001111101000100101110100110101010001110011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76897; }

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

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

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

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

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

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

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

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