Shades of Wistful #A699D4
Tints of Wistful #A699D4
RGB
CMYK
RGB Variations
Color information
#A699D4 (or 0xA699D4) is known color: Wistful. HEX triplet: A6, 99 and D4. RGB value is (166,153,212). Sum of RGB (Red+Green+Blue) = 166+153+212=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #A699D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D4 is #59662B. Grayscale: #A3A3A3. Windows color (decimal): -5858860 or 13932966. OLE color: 13932966.
HSL color Cylindrical-coordinate representation of color #A699D4: hue angle of 253.22º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A699D4 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 153 | 212 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.17 |
| HSL | 253.22º | 0.41% | 0.72% | - |
| HSV(B) | 253.22º | 0.28% | 0.83% | - |
| XYZ | 39 | 35.64 | 67.11 | - |
| YUV | 163.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 212 | 0.22 | 0.28 | 0 | 0.17 | 253.22 | 0.41 | 0.72 |
| Hex | A6 | 99 | D4 | 16 | 1C | 0 | 11 | FD | 29 | 48 |
| Octal | 246 | 231 | 324 | 26 | 34 | 0 | 21 | 375 | 51 | 110 |
| Binary | 10100110 | 10011001 | 11010100 | 10110 | 11100 | 0 | 10001 | 11111101 | 101001 | 1001000 |
Color Harmonies of #A699D4
Complementary color
Monochromatic Colors of #A699D4
Black with #A699D4
Text Example
Text Example
White with #A699D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699D4; }
p { color: rgb(166,153,212); }
H1.HeaderClassName
{
color: #A699D4;
}
.AnyTagClassName
{
color: #A699D4;
}
</style>
background-color css
<style>
a { background-color: #A699D4; }
a { background-color: rgb(166,153,212); }
div.DivClassName
{
background-color: #A699D4;
}
.BgClassName
{
background-color: #A699D4;
}
</style>
border-color css
<style>
span { border-color: #A699D4; }
span { border-color: rgb(166,153,212); }
td.TdClassName
{
border-color: #A699D4;
}
.TagClassName
{
border-color: #A699D4;
}
</style>