Shades of Wistful #A5A8CF
Tints of Wistful #A5A8CF
RGB
CMYK
RGB Variations
Color information
#A5A8CF (or 0xA5A8CF) is known color: Wistful. HEX triplet: A5, A8 and CF. RGB value is (165,168,207). Sum of RGB (Red+Green+Blue) = 165+168+207=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8CF is #5A5730. Grayscale: #ABABAB. Windows color (decimal): -5920561 or 13609125. OLE color: 13609125.
HSL color Cylindrical-coordinate representation of color #A5A8CF: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5A8CF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 168 | 207 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.19 |
| HSL | 235.71º | 0.3% | 0.73% | - |
| HSV(B) | 235.71º | 0.2% | 0.81% | - |
| XYZ | 40.78 | 40.51 | 64.7 | - |
| YUV | 171.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 207 | 0.20 | 0.19 | 0 | 0.19 | 235.71 | 0.3 | 0.73 |
| Hex | A5 | A8 | CF | 14 | 13 | 0 | 13 | EC | 1E | 49 |
| Octal | 245 | 250 | 317 | 24 | 23 | 0 | 23 | 354 | 36 | 111 |
| Binary | 10100101 | 10101000 | 11001111 | 10100 | 10011 | 0 | 10011 | 11101100 | 11110 | 1001001 |
Color Harmonies of #A5A8CF
Complementary color
Monochromatic Colors of #A5A8CF
Black with #A5A8CF
Text Example
Text Example
White with #A5A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8CF; }
p { color: rgb(165,168,207); }
H1.HeaderClassName
{
color: #A5A8CF;
}
.AnyTagClassName
{
color: #A5A8CF;
}
</style>
background-color css
<style>
a { background-color: #A5A8CF; }
a { background-color: rgb(165,168,207); }
div.DivClassName
{
background-color: #A5A8CF;
}
.BgClassName
{
background-color: #A5A8CF;
}
</style>
border-color css
<style>
span { border-color: #A5A8CF; }
span { border-color: rgb(165,168,207); }
td.TdClassName
{
border-color: #A5A8CF;
}
.TagClassName
{
border-color: #A5A8CF;
}
</style>