Shades of Wistful #A3A5D7
Tints of Wistful #A3A5D7
RGB
CMYK
RGB Variations
Color information
#A3A5D7 (or 0xA3A5D7) is known color: Wistful. HEX triplet: A3, A5 and D7. RGB value is (163,165,215). Sum of RGB (Red+Green+Blue) = 163+165+215=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3A5D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5D7 is #5C5A28. Grayscale: #A9A9A9. Windows color (decimal): -6052393 or 14132643. OLE color: 14132643.
HSL color Cylindrical-coordinate representation of color #A3A5D7: hue angle of 237.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3A5D7 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 165 | 215 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.16 |
| HSL | 237.69º | 0.39% | 0.74% | - |
| HSV(B) | 237.69º | 0.24% | 0.84% | - |
| XYZ | 40.83 | 39.6 | 69.78 | - |
| YUV | 170.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 215 | 0.24 | 0.23 | 0 | 0.16 | 237.69 | 0.39 | 0.74 |
| Hex | A3 | A5 | D7 | 18 | 17 | 0 | 10 | EE | 27 | 4A |
| Octal | 243 | 245 | 327 | 30 | 27 | 0 | 20 | 356 | 47 | 112 |
| Binary | 10100011 | 10100101 | 11010111 | 11000 | 10111 | 0 | 10000 | 11101110 | 100111 | 1001010 |
Color Harmonies of #A3A5D7
Complementary color
Monochromatic Colors of #A3A5D7
Black with #A3A5D7
Text Example
Text Example
White with #A3A5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A5D7; }
p { color: rgb(163,165,215); }
H1.HeaderClassName
{
color: #A3A5D7;
}
.AnyTagClassName
{
color: #A3A5D7;
}
</style>
background-color css
<style>
a { background-color: #A3A5D7; }
a { background-color: rgb(163,165,215); }
div.DivClassName
{
background-color: #A3A5D7;
}
.BgClassName
{
background-color: #A3A5D7;
}
</style>
border-color css
<style>
span { border-color: #A3A5D7; }
span { border-color: rgb(163,165,215); }
td.TdClassName
{
border-color: #A3A5D7;
}
.TagClassName
{
border-color: #A3A5D7;
}
</style>