Shades of Wistful #A599CF
Tints of Wistful #A599CF
RGB
CMYK
RGB Variations
Color information
#A599CF (or 0xA599CF) is known color: Wistful. HEX triplet: A5, 99 and CF. RGB value is (165,153,207). Sum of RGB (Red+Green+Blue) = 165+153+207=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A599CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CF is #5A6630. Grayscale: #A2A2A2. Windows color (decimal): -5924401 or 13605285. OLE color: 13605285.
HSL color Cylindrical-coordinate representation of color #A599CF: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A599CF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 153 | 207 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.19 |
| HSL | 253.33º | 0.36% | 0.71% | - |
| HSV(B) | 253.33º | 0.26% | 0.81% | - |
| XYZ | 38.17 | 35.29 | 63.83 | - |
| YUV | 162.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 207 | 0.20 | 0.26 | 0 | 0.19 | 253.33 | 0.36 | 0.71 |
| Hex | A5 | 99 | CF | 14 | 1A | 0 | 13 | FD | 24 | 47 |
| Octal | 245 | 231 | 317 | 24 | 32 | 0 | 23 | 375 | 44 | 107 |
| Binary | 10100101 | 10011001 | 11001111 | 10100 | 11010 | 0 | 10011 | 11111101 | 100100 | 1000111 |
Color Harmonies of #A599CF
Complementary color
Monochromatic Colors of #A599CF
Black with #A599CF
Text Example
Text Example
White with #A599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599CF; }
p { color: rgb(165,153,207); }
H1.HeaderClassName
{
color: #A599CF;
}
.AnyTagClassName
{
color: #A599CF;
}
</style>
background-color css
<style>
a { background-color: #A599CF; }
a { background-color: rgb(165,153,207); }
div.DivClassName
{
background-color: #A599CF;
}
.BgClassName
{
background-color: #A599CF;
}
</style>
border-color css
<style>
span { border-color: #A599CF; }
span { border-color: rgb(165,153,207); }
td.TdClassName
{
border-color: #A599CF;
}
.TagClassName
{
border-color: #A599CF;
}
</style>