Shades of Wistful #A5A3DE
Tints of Wistful #A5A3DE
RGB
CMYK
RGB Variations
Color information
#A5A3DE (or 0xA5A3DE) is known color: Wistful. HEX triplet: A5, A3 and DE. RGB value is (165,163,222). Sum of RGB (Red+Green+Blue) = 165+163+222=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3DE is #5A5C21. Grayscale: #AAAAAA. Windows color (decimal): -5921826 or 14590885. OLE color: 14590885.
HSL color Cylindrical-coordinate representation of color #A5A3DE: hue angle of 242.03º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5A3DE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 163 | 222 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.13 |
| HSL | 242.03º | 0.47% | 0.75% | - |
| HSV(B) | 242.03º | 0.27% | 0.87% | - |
| XYZ | 41.8 | 39.47 | 74.52 | - |
| YUV | 170.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 222 | 0.26 | 0.27 | 0 | 0.13 | 242.03 | 0.47 | 0.75 |
| Hex | A5 | A3 | DE | 1A | 1B | 0 | D | F2 | 2F | 4B |
| Octal | 245 | 243 | 336 | 32 | 33 | 0 | 15 | 362 | 57 | 113 |
| Binary | 10100101 | 10100011 | 11011110 | 11010 | 11011 | 0 | 1101 | 11110010 | 101111 | 1001011 |
Color Harmonies of #A5A3DE
Complementary color
Monochromatic Colors of #A5A3DE
Black with #A5A3DE
Text Example
Text Example
White with #A5A3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A3DE; }
p { color: rgb(165,163,222); }
H1.HeaderClassName
{
color: #A5A3DE;
}
.AnyTagClassName
{
color: #A5A3DE;
}
</style>
background-color css
<style>
a { background-color: #A5A3DE; }
a { background-color: rgb(165,163,222); }
div.DivClassName
{
background-color: #A5A3DE;
}
.BgClassName
{
background-color: #A5A3DE;
}
</style>
border-color css
<style>
span { border-color: #A5A3DE; }
span { border-color: rgb(165,163,222); }
td.TdClassName
{
border-color: #A5A3DE;
}
.TagClassName
{
border-color: #A5A3DE;
}
</style>