#A66896

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

Shades of Violet Blue #A66896

Tints of Violet Blue #A66896

Color information

#A66896 (or 0xA66896) is unknown color: approx Violet Blue. HEX triplet: A6, 68 and 96. RGB value is (166,104,150). Sum of RGB (Red+Green+Blue) = 166+104+150=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66896 is #599769. Grayscale: #7F7F7F. Windows color (decimal): -5871466 or 9857190. OLE color: 9857190.

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

Color convert

RGB166104150-
CMYK00.370.100.35
HSL315.48º25.83%52.94%-
HSV(B)315.48º37.35%65.1%-
XYZ26.1820.2131.38-
YUV127.78140.54155.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=39.52%
G=24.76%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610415000.370.100.35315.4825.8352.94
HexA66896025A2313b1a35
Octal24615022604512434733265
Binary101001101101000100101100100101101010001110011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66896; }

 p { color: rgb(166,104,150); }

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

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

 a { background-color: rgb(166,104,150); }

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

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

 span { border-color: rgb(166,104,150); }

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