#A66DA0

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

Shades of Violet Blue #A66DA0

Tints of Violet Blue #A66DA0

Color information

#A66DA0 (or 0xA66DA0) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and A0. RGB value is (166,109,160). Sum of RGB (Red+Green+Blue) = 166+109+160=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A66DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DA0 is #59925F. Grayscale: #838383. Windows color (decimal): -5870176 or 10513830. OLE color: 10513830.

HSL color Cylindrical-coordinate representation of color #A66DA0: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66DA0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166109160-
CMYK00.340.040.35
HSL306.32º24.26%53.92%-
HSV(B)306.32º34.34%65.1%-
XYZ27.5421.5835.97-
YUV131.86143.88152.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=38.16%
G=25.06%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610916000.340.040.35306.3224.2653.92
HexA66DA00224231321836
Octal2461552400424434623066
Binary10100110110110110100000010001010010001110011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DA0; }

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

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

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

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

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

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

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

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