Shades of Wistful #ABA2ED
Tints of Wistful #ABA2ED
RGB
CMYK
RGB Variations
Color information
#ABA2ED (or 0xABA2ED) is known color: Wistful. HEX triplet: AB, A2 and ED. RGB value is (171,162,237). Sum of RGB (Red+Green+Blue) = 171+162+237=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2ED is #545D12. Grayscale: #ACACAC. Windows color (decimal): -5528851 or 15573675. OLE color: 15573675.
HSL color Cylindrical-coordinate representation of color #ABA2ED: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA2ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 162 | 237 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.07 |
| HSL | 247.2º | 0.68% | 0.78% | - |
| HSV(B) | 247.2º | 0.32% | 0.93% | - |
| XYZ | 45 | 40.61 | 85.59 | - |
| YUV | 173.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 237 | 0.28 | 0.32 | 0 | 0.07 | 247.2 | 0.68 | 0.78 |
| Hex | AB | A2 | ED | 1C | 20 | 0 | 7 | F7 | 44 | 4E |
| Octal | 253 | 242 | 355 | 34 | 40 | 0 | 7 | 367 | 104 | 116 |
| Binary | 10101011 | 10100010 | 11101101 | 11100 | 100000 | 0 | 111 | 11110111 | 1000100 | 1001110 |
Color Harmonies of #ABA2ED
Complementary color
Monochromatic Colors of #ABA2ED
Black with #ABA2ED
Text Example
Text Example
White with #ABA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2ED; }
p { color: rgb(171,162,237); }
H1.HeaderClassName
{
color: #ABA2ED;
}
.AnyTagClassName
{
color: #ABA2ED;
}
</style>
background-color css
<style>
a { background-color: #ABA2ED; }
a { background-color: rgb(171,162,237); }
div.DivClassName
{
background-color: #ABA2ED;
}
.BgClassName
{
background-color: #ABA2ED;
}
</style>
border-color css
<style>
span { border-color: #ABA2ED; }
span { border-color: rgb(171,162,237); }
td.TdClassName
{
border-color: #ABA2ED;
}
.TagClassName
{
border-color: #ABA2ED;
}
</style>