Shades of Wistful #ABA2CF
Tints of Wistful #ABA2CF
RGB
CMYK
RGB Variations
Color information
#ABA2CF (or 0xABA2CF) is known color: Wistful. HEX triplet: AB, A2 and CF. RGB value is (171,162,207). Sum of RGB (Red+Green+Blue) = 171+162+207=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CF is #545D30. Grayscale: #A9A9A9. Windows color (decimal): -5528881 or 13607595. OLE color: 13607595.
HSL color Cylindrical-coordinate representation of color #ABA2CF: hue angle of 252º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA2CF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 162 | 207 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.19 |
| HSL | 252º | 0.32% | 0.72% | - |
| HSV(B) | 252º | 0.22% | 0.81% | - |
| XYZ | 40.98 | 39 | 64.4 | - |
| YUV | 169.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 207 | 0.17 | 0.22 | 0 | 0.19 | 252 | 0.32 | 0.72 |
| Hex | AB | A2 | CF | 11 | 16 | 0 | 13 | FC | 20 | 48 |
| Octal | 253 | 242 | 317 | 21 | 26 | 0 | 23 | 374 | 40 | 110 |
| Binary | 10101011 | 10100010 | 11001111 | 10001 | 10110 | 0 | 10011 | 11111100 | 100000 | 1001000 |
Color Harmonies of #ABA2CF
Complementary color
Monochromatic Colors of #ABA2CF
Black with #ABA2CF
Text Example
Text Example
White with #ABA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2CF; }
p { color: rgb(171,162,207); }
H1.HeaderClassName
{
color: #ABA2CF;
}
.AnyTagClassName
{
color: #ABA2CF;
}
</style>
background-color css
<style>
a { background-color: #ABA2CF; }
a { background-color: rgb(171,162,207); }
div.DivClassName
{
background-color: #ABA2CF;
}
.BgClassName
{
background-color: #ABA2CF;
}
</style>
border-color css
<style>
span { border-color: #ABA2CF; }
span { border-color: rgb(171,162,207); }
td.TdClassName
{
border-color: #ABA2CF;
}
.TagClassName
{
border-color: #ABA2CF;
}
</style>