Shades of Wistful #A6A4DB
Tints of Wistful #A6A4DB
RGB
CMYK
RGB Variations
Color information
#A6A4DB (or 0xA6A4DB) is known color: Wistful. HEX triplet: A6, A4 and DB. RGB value is (166,164,219). Sum of RGB (Red+Green+Blue) = 166+164+219=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4DB is #595B24. Grayscale: #AAAAAA. Windows color (decimal): -5856037 or 14394534. OLE color: 14394534.
HSL color Cylindrical-coordinate representation of color #A6A4DB: hue angle of 242.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6A4DB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 164 | 219 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.14 |
| HSL | 242.18º | 0.43% | 0.75% | - |
| HSV(B) | 242.18º | 0.25% | 0.86% | - |
| XYZ | 41.79 | 39.77 | 72.49 | - |
| YUV | 170.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 219 | 0.24 | 0.25 | 0 | 0.14 | 242.18 | 0.43 | 0.75 |
| Hex | A6 | A4 | DB | 18 | 19 | 0 | E | F2 | 2B | 4B |
| Octal | 246 | 244 | 333 | 30 | 31 | 0 | 16 | 362 | 53 | 113 |
| Binary | 10100110 | 10100100 | 11011011 | 11000 | 11001 | 0 | 1110 | 11110010 | 101011 | 1001011 |
Color Harmonies of #A6A4DB
Complementary color
Monochromatic Colors of #A6A4DB
Black with #A6A4DB
Text Example
Text Example
White with #A6A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4DB; }
p { color: rgb(166,164,219); }
H1.HeaderClassName
{
color: #A6A4DB;
}
.AnyTagClassName
{
color: #A6A4DB;
}
</style>
background-color css
<style>
a { background-color: #A6A4DB; }
a { background-color: rgb(166,164,219); }
div.DivClassName
{
background-color: #A6A4DB;
}
.BgClassName
{
background-color: #A6A4DB;
}
</style>
border-color css
<style>
span { border-color: #A6A4DB; }
span { border-color: rgb(166,164,219); }
td.TdClassName
{
border-color: #A6A4DB;
}
.TagClassName
{
border-color: #A6A4DB;
}
</style>