Shades of Wistful #A3A5D4
Tints of Wistful #A3A5D4
RGB
CMYK
RGB Variations
Color information
#A3A5D4 (or 0xA3A5D4) is known color: Wistful. HEX triplet: A3, A5 and D4. RGB value is (163,165,212). Sum of RGB (Red+Green+Blue) = 163+165+212=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #A3A5D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5D4 is #5C5A2B. Grayscale: #A9A9A9. Windows color (decimal): -6052396 or 13936035. OLE color: 13936035.
HSL color Cylindrical-coordinate representation of color #A3A5D4: hue angle of 237.55º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A5D4 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 165 | 212 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.17 |
| HSL | 237.55º | 0.36% | 0.74% | - |
| HSV(B) | 237.55º | 0.23% | 0.83% | - |
| XYZ | 40.44 | 39.45 | 67.77 | - |
| YUV | 169.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 212 | 0.23 | 0.22 | 0 | 0.17 | 237.55 | 0.36 | 0.74 |
| Hex | A3 | A5 | D4 | 17 | 16 | 0 | 11 | EE | 24 | 4A |
| Octal | 243 | 245 | 324 | 27 | 26 | 0 | 21 | 356 | 44 | 112 |
| Binary | 10100011 | 10100101 | 11010100 | 10111 | 10110 | 0 | 10001 | 11101110 | 100100 | 1001010 |
Color Harmonies of #A3A5D4
Complementary color
Monochromatic Colors of #A3A5D4
Black with #A3A5D4
Text Example
Text Example
White with #A3A5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A5D4; }
p { color: rgb(163,165,212); }
H1.HeaderClassName
{
color: #A3A5D4;
}
.AnyTagClassName
{
color: #A3A5D4;
}
</style>
background-color css
<style>
a { background-color: #A3A5D4; }
a { background-color: rgb(163,165,212); }
div.DivClassName
{
background-color: #A3A5D4;
}
.BgClassName
{
background-color: #A3A5D4;
}
</style>
border-color css
<style>
span { border-color: #A3A5D4; }
span { border-color: rgb(163,165,212); }
td.TdClassName
{
border-color: #A3A5D4;
}
.TagClassName
{
border-color: #A3A5D4;
}
</style>