Shades of Wistful #A3A7DD
Tints of Wistful #A3A7DD
RGB
CMYK
RGB Variations
Color information
#A3A7DD (or 0xA3A7DD) is known color: Wistful. HEX triplet: A3, A7 and DD. RGB value is (163,167,221). Sum of RGB (Red+Green+Blue) = 163+167+221=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A7DD is #5C5822. Grayscale: #ABABAB. Windows color (decimal): -6051875 or 14526371. OLE color: 14526371.
HSL color Cylindrical-coordinate representation of color #A3A7DD: hue angle of 235.86º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3A7DD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 167 | 221 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.13 |
| HSL | 235.86º | 0.46% | 0.75% | - |
| HSV(B) | 235.86º | 0.26% | 0.87% | - |
| XYZ | 41.97 | 40.64 | 74.04 | - |
| YUV | 171.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 221 | 0.26 | 0.24 | 0 | 0.13 | 235.86 | 0.46 | 0.75 |
| Hex | A3 | A7 | DD | 1A | 18 | 0 | D | EC | 2E | 4B |
| Octal | 243 | 247 | 335 | 32 | 30 | 0 | 15 | 354 | 56 | 113 |
| Binary | 10100011 | 10100111 | 11011101 | 11010 | 11000 | 0 | 1101 | 11101100 | 101110 | 1001011 |
Color Harmonies of #A3A7DD
Complementary color
Monochromatic Colors of #A3A7DD
Black with #A3A7DD
Text Example
Text Example
White with #A3A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A7DD; }
p { color: rgb(163,167,221); }
H1.HeaderClassName
{
color: #A3A7DD;
}
.AnyTagClassName
{
color: #A3A7DD;
}
</style>
background-color css
<style>
a { background-color: #A3A7DD; }
a { background-color: rgb(163,167,221); }
div.DivClassName
{
background-color: #A3A7DD;
}
.BgClassName
{
background-color: #A3A7DD;
}
</style>
border-color css
<style>
span { border-color: #A3A7DD; }
span { border-color: rgb(163,167,221); }
td.TdClassName
{
border-color: #A3A7DD;
}
.TagClassName
{
border-color: #A3A7DD;
}
</style>