#A66D9C

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

Shades of Violet Blue #A66D9C

Tints of Violet Blue #A66D9C

Color information

#A66D9C (or 0xA66D9C) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and 9C. RGB value is (166,109,156). Sum of RGB (Red+Green+Blue) = 166+109+156=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9C is #599263. Grayscale: #838383. Windows color (decimal): -5870180 or 10251686. OLE color: 10251686.

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

Color convert

RGB166109156-
CMYK00.340.060.35
HSL310.53º24.26%53.92%-
HSV(B)310.53º34.34%65.1%-
XYZ27.221.4434.16-
YUV131.4141.88152.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=38.52%
G=25.29%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610915600.340.060.35310.5324.2653.92
HexA66D9C0226231371836
Octal2461552340426434673066
Binary10100110110110110011100010001011010001110011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D9C; }

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

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

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

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

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

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

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

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