#A66D9D

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

Shades of Violet Blue #A66D9D

Tints of Violet Blue #A66D9D

Color information

#A66D9D (or 0xA66D9D) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and 9D. RGB value is (166,109,157). Sum of RGB (Red+Green+Blue) = 166+109+157=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9D is #599262. Grayscale: #838383. Windows color (decimal): -5870179 or 10317222. OLE color: 10317222.

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

Color convert

RGB166109157-
CMYK00.340.050.35
HSL309.47º24.26%53.92%-
HSV(B)309.47º34.34%65.1%-
XYZ27.2821.4834.61-
YUV131.51142.38152.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=38.43%
G=25.23%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610915700.340.050.35309.4724.2653.92
HexA66D9D0225231351836
Octal2461552350425434653066
Binary10100110110110110011101010001010110001110011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D9D; }

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

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

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

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

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

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

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

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