Shades of Wistful #A599D1
Tints of Wistful #A599D1
RGB
CMYK
RGB Variations
Color information
#A599D1 (or 0xA599D1) is known color: Wistful. HEX triplet: A5, 99 and D1. RGB value is (165,153,209). Sum of RGB (Red+Green+Blue) = 165+153+209=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #A599D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599D1 is #5A662E. Grayscale: #A2A2A2. Windows color (decimal): -5924399 or 13736357. OLE color: 13736357.
HSL color Cylindrical-coordinate representation of color #A599D1: hue angle of 252.86º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A599D1 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 153 | 209 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.18 |
| HSL | 252.86º | 0.38% | 0.71% | - |
| HSV(B) | 252.86º | 0.27% | 0.82% | - |
| XYZ | 38.42 | 35.39 | 65.13 | - |
| YUV | 162.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 209 | 0.21 | 0.27 | 0 | 0.18 | 252.86 | 0.38 | 0.71 |
| Hex | A5 | 99 | D1 | 15 | 1B | 0 | 12 | FD | 26 | 47 |
| Octal | 245 | 231 | 321 | 25 | 33 | 0 | 22 | 375 | 46 | 107 |
| Binary | 10100101 | 10011001 | 11010001 | 10101 | 11011 | 0 | 10010 | 11111101 | 100110 | 1000111 |
Color Harmonies of #A599D1
Complementary color
Monochromatic Colors of #A599D1
Black with #A599D1
Text Example
Text Example
White with #A599D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599D1; }
p { color: rgb(165,153,209); }
H1.HeaderClassName
{
color: #A599D1;
}
.AnyTagClassName
{
color: #A599D1;
}
</style>
background-color css
<style>
a { background-color: #A599D1; }
a { background-color: rgb(165,153,209); }
div.DivClassName
{
background-color: #A599D1;
}
.BgClassName
{
background-color: #A599D1;
}
</style>
border-color css
<style>
span { border-color: #A599D1; }
span { border-color: rgb(165,153,209); }
td.TdClassName
{
border-color: #A599D1;
}
.TagClassName
{
border-color: #A599D1;
}
</style>