Shades of Wistful #A8A5D2
Tints of Wistful #A8A5D2
RGB
CMYK
RGB Variations
Color information
#A8A5D2 (or 0xA8A5D2) is known color: Wistful. HEX triplet: A8, A5 and D2. RGB value is (168,165,210). Sum of RGB (Red+Green+Blue) = 168+165+210=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #A8A5D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5D2 is #575A2D. Grayscale: #AAAAAA. Windows color (decimal): -5724718 or 13804968. OLE color: 13804968.
HSL color Cylindrical-coordinate representation of color #A8A5D2: hue angle of 244º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A5D2 is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 165 | 210 | - |
| CMYK | 0.2 | 0.21 | 0 | 0.18 |
| HSL | 244º | 0.33% | 0.74% | - |
| HSV(B) | 244º | 0.21% | 0.82% | - |
| XYZ | 41.24 | 39.89 | 66.5 | - |
| YUV | 171.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 210 | 0.2 | 0.21 | 0 | 0.18 | 244 | 0.33 | 0.74 |
| Hex | A8 | A5 | D2 | 14 | 15 | 0 | 12 | F4 | 21 | 4A |
| Octal | 250 | 245 | 322 | 24 | 25 | 0 | 22 | 364 | 41 | 112 |
| Binary | 10101000 | 10100101 | 11010010 | 10100 | 10101 | 0 | 10010 | 11110100 | 100001 | 1001010 |
Color Harmonies of #A8A5D2
Complementary color
Monochromatic Colors of #A8A5D2
Black with #A8A5D2
Text Example
Text Example
White with #A8A5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A5D2; }
p { color: rgb(168,165,210); }
H1.HeaderClassName
{
color: #A8A5D2;
}
.AnyTagClassName
{
color: #A8A5D2;
}
</style>
background-color css
<style>
a { background-color: #A8A5D2; }
a { background-color: rgb(168,165,210); }
div.DivClassName
{
background-color: #A8A5D2;
}
.BgClassName
{
background-color: #A8A5D2;
}
</style>
border-color css
<style>
span { border-color: #A8A5D2; }
span { border-color: rgb(168,165,210); }
td.TdClassName
{
border-color: #A8A5D2;
}
.TagClassName
{
border-color: #A8A5D2;
}
</style>