Shades of Wistful #A5A8DB
Tints of Wistful #A5A8DB
RGB
CMYK
RGB Variations
Color information
#A5A8DB (or 0xA5A8DB) is known color: Wistful. HEX triplet: A5, A8 and DB. RGB value is (165,168,219). Sum of RGB (Red+Green+Blue) = 165+168+219=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8DB is #5A5724. Grayscale: #ACACAC. Windows color (decimal): -5920549 or 14395557. OLE color: 14395557.
HSL color Cylindrical-coordinate representation of color #A5A8DB: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5A8DB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 168 | 219 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.14 |
| HSL | 236.67º | 0.43% | 0.75% | - |
| HSV(B) | 236.67º | 0.25% | 0.86% | - |
| XYZ | 42.31 | 41.12 | 72.72 | - |
| YUV | 172.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 219 | 0.25 | 0.23 | 0 | 0.14 | 236.67 | 0.43 | 0.75 |
| Hex | A5 | A8 | DB | 19 | 17 | 0 | E | ED | 2B | 4B |
| Octal | 245 | 250 | 333 | 31 | 27 | 0 | 16 | 355 | 53 | 113 |
| Binary | 10100101 | 10101000 | 11011011 | 11001 | 10111 | 0 | 1110 | 11101101 | 101011 | 1001011 |
Color Harmonies of #A5A8DB
Complementary color
Monochromatic Colors of #A5A8DB
Black with #A5A8DB
Text Example
Text Example
White with #A5A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8DB; }
p { color: rgb(165,168,219); }
H1.HeaderClassName
{
color: #A5A8DB;
}
.AnyTagClassName
{
color: #A5A8DB;
}
</style>
background-color css
<style>
a { background-color: #A5A8DB; }
a { background-color: rgb(165,168,219); }
div.DivClassName
{
background-color: #A5A8DB;
}
.BgClassName
{
background-color: #A5A8DB;
}
</style>
border-color css
<style>
span { border-color: #A5A8DB; }
span { border-color: rgb(165,168,219); }
td.TdClassName
{
border-color: #A5A8DB;
}
.TagClassName
{
border-color: #A5A8DB;
}
</style>