#A66DA1

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

Shades of Violet Blue #A66DA1

Tints of Violet Blue #A66DA1

Color information

#A66DA1 (or 0xA66DA1) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and A1. RGB value is (166,109,161). Sum of RGB (Red+Green+Blue) = 166+109+161=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A66DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DA1 is #59925E. Grayscale: #838383. Windows color (decimal): -5870175 or 10579366. OLE color: 10579366.

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

Color convert

RGB166109161-
CMYK00.340.030.35
HSL305.26º24.26%53.92%-
HSV(B)305.26º34.34%65.1%-
XYZ27.6321.6236.43-
YUV131.97144.38152.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=38.07%
G=25%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610916100.340.030.35305.2624.2653.92
HexA66DA10223231311836
Octal2461552410423434613066
Binary1010011011011011010000101000101110001110011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DA1; }

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

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

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

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

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

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

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

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