Shades of Wistful #A5A5DE
Tints of Wistful #A5A5DE
RGB
CMYK
RGB Variations
Color information
#A5A5DE (or 0xA5A5DE) is known color: Wistful. HEX triplet: A5, A5 and DE. RGB value is (165,165,222). Sum of RGB (Red+Green+Blue) = 165+165+222=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A5DE is #5A5A21. Grayscale: #ABABAB. Windows color (decimal): -5921314 or 14591397. OLE color: 14591397.
HSL color Cylindrical-coordinate representation of color #A5A5DE: hue angle of 240º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5A5DE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 165 | 222 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.13 |
| HSL | 240º | 0.46% | 0.76% | - |
| HSV(B) | 240º | 0.26% | 0.87% | - |
| XYZ | 42.16 | 40.18 | 74.64 | - |
| YUV | 171.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 222 | 0.26 | 0.26 | 0 | 0.13 | 240 | 0.46 | 0.76 |
| Hex | A5 | A5 | DE | 1A | 1A | 0 | D | F0 | 2E | 4C |
| Octal | 245 | 245 | 336 | 32 | 32 | 0 | 15 | 360 | 56 | 114 |
| Binary | 10100101 | 10100101 | 11011110 | 11010 | 11010 | 0 | 1101 | 11110000 | 101110 | 1001100 |
Color Harmonies of #A5A5DE
Complementary color
Monochromatic Colors of #A5A5DE
Black with #A5A5DE
Text Example
Text Example
White with #A5A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A5DE; }
p { color: rgb(165,165,222); }
H1.HeaderClassName
{
color: #A5A5DE;
}
.AnyTagClassName
{
color: #A5A5DE;
}
</style>
background-color css
<style>
a { background-color: #A5A5DE; }
a { background-color: rgb(165,165,222); }
div.DivClassName
{
background-color: #A5A5DE;
}
.BgClassName
{
background-color: #A5A5DE;
}
</style>
border-color css
<style>
span { border-color: #A5A5DE; }
span { border-color: rgb(165,165,222); }
td.TdClassName
{
border-color: #A5A5DE;
}
.TagClassName
{
border-color: #A5A5DE;
}
</style>