#A66D9E

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

Shades of Violet Blue #A66D9E

Tints of Violet Blue #A66D9E

Color information

#A66D9E (or 0xA66D9E) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and 9E. RGB value is (166,109,158). Sum of RGB (Red+Green+Blue) = 166+109+158=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9E is #599261. Grayscale: #838383. Windows color (decimal): -5870178 or 10382758. OLE color: 10382758.

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

Color convert

RGB166109158-
CMYK00.340.050.35
HSL308.42º24.26%53.92%-
HSV(B)308.42º34.34%65.1%-
XYZ27.3721.5135.06-
YUV131.63142.88152.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=38.34%
G=25.17%
B=36.49%

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
Decimal16610915800.340.050.35308.4224.2653.92
HexA66D9E0225231341836
Octal2461552360425434643066
Binary10100110110110110011110010001010110001110011010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D9E; }

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

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

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

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

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

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

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

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