#A66397

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

Shades of Violet Blue #A66397

Tints of Violet Blue #A66397

Color information

#A66397 (or 0xA66397) is unknown color: approx Violet Blue. HEX triplet: A6, 63 and 97. RGB value is (166,99,151). Sum of RGB (Red+Green+Blue) = 166+99+151=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A66397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66397 is #599C68. Grayscale: #7C7C7C. Windows color (decimal): -5872745 or 9921446. OLE color: 9921446.

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

Color convert

RGB16699151-
CMYK00.400.090.35
HSL313.43º27.35%51.96%-
HSV(B)313.43º40.36%65.1%-
XYZ25.7719.2731.64-
YUV124.96142.7157.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=39.90%
G=23.80%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669915100.400.090.35313.4327.3551.96
HexA663970289231391b34
Octal24614322705011434713364
Binary101001101100011100101110101000100110001110011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66397; }

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

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

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

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

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

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

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

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