#A66DAC

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

Shades of Violet Blue #A66DAC

Tints of Violet Blue #A66DAC

Color information

#A66DAC (or 0xA66DAC) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and AC. RGB value is (166,109,172). Sum of RGB (Red+Green+Blue) = 166+109+172=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DAC is #599253. Grayscale: #858585. Windows color (decimal): -5870164 or 11300262. OLE color: 11300262.

HSL color Cylindrical-coordinate representation of color #A66DAC: hue angle of 294.29º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66DAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166109172-
CMYK0.030.3700.33
HSL294.29º27.51%55.1%-
HSV(B)294.29º36.63%67.45%-
XYZ28.6422.0241.77-
YUV133.22149.88151.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=37.14%
G=24.38%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661091720.030.3700.33294.2927.5155.1
HexA66DAC3250211261c37
Octal2461552543450414463467
Binary1010011011011011010110011100101010000110010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DAC; }

 p { color: rgb(166,109,172); }

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

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

 a { background-color: rgb(166,109,172); }

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

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

 span { border-color: rgb(166,109,172); }

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