#A66797

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

Shades of Violet Blue #A66797

Tints of Violet Blue #A66797

Color information

#A66797 (or 0xA66797) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and 97. RGB value is (166,103,151). Sum of RGB (Red+Green+Blue) = 166+103+151=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66797 is #599868. Grayscale: #7F7F7F. Windows color (decimal): -5871721 or 9922470. OLE color: 9922470.

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

Color convert

RGB166103151-
CMYK00.380.090.35
HSL314.29º26.14%52.75%-
HSV(B)314.29º37.95%65.1%-
XYZ26.1620.0431.77-
YUV127.31141.37155.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=39.52%
G=24.52%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610315100.380.090.35314.2926.1452.75
HexA6679702692313a1a35
Octal24614722704611434723265
Binary101001101100111100101110100110100110001110011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66797; }

 p { color: rgb(166,103,151); }

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

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

 a { background-color: rgb(166,103,151); }

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

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

 span { border-color: rgb(166,103,151); }

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