Shades of Wistful #A5A2DF
Tints of Wistful #A5A2DF
RGB
CMYK
RGB Variations
Color information
#A5A2DF (or 0xA5A2DF) is known color: Wistful. HEX triplet: A5, A2 and DF. RGB value is (165,162,223). Sum of RGB (Red+Green+Blue) = 165+162+223=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2DF is #5A5D20. Grayscale: #A9A9A9. Windows color (decimal): -5922081 or 14656165. OLE color: 14656165.
HSL color Cylindrical-coordinate representation of color #A5A2DF: hue angle of 242.95º degrees, saturation: 0.49, 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 #A5A2DF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 162 | 223 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.13 |
| HSL | 242.95º | 0.49% | 0.75% | - |
| HSV(B) | 242.95º | 0.27% | 0.87% | - |
| XYZ | 41.76 | 39.17 | 75.17 | - |
| YUV | 169.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 223 | 0.26 | 0.27 | 0 | 0.13 | 242.95 | 0.49 | 0.75 |
| Hex | A5 | A2 | DF | 1A | 1B | 0 | D | F3 | 31 | 4B |
| Octal | 245 | 242 | 337 | 32 | 33 | 0 | 15 | 363 | 61 | 113 |
| Binary | 10100101 | 10100010 | 11011111 | 11010 | 11011 | 0 | 1101 | 11110011 | 110001 | 1001011 |
Color Harmonies of #A5A2DF
Complementary color
Monochromatic Colors of #A5A2DF
Black with #A5A2DF
Text Example
Text Example
White with #A5A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A2DF; }
p { color: rgb(165,162,223); }
H1.HeaderClassName
{
color: #A5A2DF;
}
.AnyTagClassName
{
color: #A5A2DF;
}
</style>
background-color css
<style>
a { background-color: #A5A2DF; }
a { background-color: rgb(165,162,223); }
div.DivClassName
{
background-color: #A5A2DF;
}
.BgClassName
{
background-color: #A5A2DF;
}
</style>
border-color css
<style>
span { border-color: #A5A2DF; }
span { border-color: rgb(165,162,223); }
td.TdClassName
{
border-color: #A5A2DF;
}
.TagClassName
{
border-color: #A5A2DF;
}
</style>