Shades of Wistful #A5A0CF
Tints of Wistful #A5A0CF
RGB
CMYK
RGB Variations
Color information
#A5A0CF (or 0xA5A0CF) is known color: Wistful. HEX triplet: A5, A0 and CF. RGB value is (165,160,207). Sum of RGB (Red+Green+Blue) = 165+160+207=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0CF is #5A5F30. Grayscale: #A6A6A6. Windows color (decimal): -5922609 or 13607077. OLE color: 13607077.
HSL color Cylindrical-coordinate representation of color #A5A0CF: hue angle of 246.38º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5A0CF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 160 | 207 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.19 |
| HSL | 246.38º | 0.33% | 0.72% | - |
| HSV(B) | 246.38º | 0.23% | 0.81% | - |
| XYZ | 39.35 | 37.65 | 64.22 | - |
| YUV | 166.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 207 | 0.20 | 0.23 | 0 | 0.19 | 246.38 | 0.33 | 0.72 |
| Hex | A5 | A0 | CF | 14 | 17 | 0 | 13 | F6 | 21 | 48 |
| Octal | 245 | 240 | 317 | 24 | 27 | 0 | 23 | 366 | 41 | 110 |
| Binary | 10100101 | 10100000 | 11001111 | 10100 | 10111 | 0 | 10011 | 11110110 | 100001 | 1001000 |
Color Harmonies of #A5A0CF
Complementary color
Monochromatic Colors of #A5A0CF
Black with #A5A0CF
Text Example
Text Example
White with #A5A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0CF; }
p { color: rgb(165,160,207); }
H1.HeaderClassName
{
color: #A5A0CF;
}
.AnyTagClassName
{
color: #A5A0CF;
}
</style>
background-color css
<style>
a { background-color: #A5A0CF; }
a { background-color: rgb(165,160,207); }
div.DivClassName
{
background-color: #A5A0CF;
}
.BgClassName
{
background-color: #A5A0CF;
}
</style>
border-color css
<style>
span { border-color: #A5A0CF; }
span { border-color: rgb(165,160,207); }
td.TdClassName
{
border-color: #A5A0CF;
}
.TagClassName
{
border-color: #A5A0CF;
}
</style>