Shades of Wistful #ABA3D4
Tints of Wistful #ABA3D4
RGB
CMYK
RGB Variations
Color information
#ABA3D4 (or 0xABA3D4) is known color: Wistful. HEX triplet: AB, A3 and D4. RGB value is (171,163,212). Sum of RGB (Red+Green+Blue) = 171+163+212=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABA3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3D4 is #545C2B. Grayscale: #AAAAAA. Windows color (decimal): -5528620 or 13935531. OLE color: 13935531.
HSL color Cylindrical-coordinate representation of color #ABA3D4: hue angle of 249.8º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA3D4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 163 | 212 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.17 |
| HSL | 249.8º | 0.36% | 0.74% | - |
| HSV(B) | 249.8º | 0.23% | 0.83% | - |
| XYZ | 41.78 | 39.61 | 67.73 | - |
| YUV | 170.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 212 | 0.19 | 0.23 | 0 | 0.17 | 249.8 | 0.36 | 0.74 |
| Hex | AB | A3 | D4 | 13 | 17 | 0 | 11 | FA | 24 | 4A |
| Octal | 253 | 243 | 324 | 23 | 27 | 0 | 21 | 372 | 44 | 112 |
| Binary | 10101011 | 10100011 | 11010100 | 10011 | 10111 | 0 | 10001 | 11111010 | 100100 | 1001010 |
Color Harmonies of #ABA3D4
Complementary color
Monochromatic Colors of #ABA3D4
Black with #ABA3D4
Text Example
Text Example
White with #ABA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3D4; }
p { color: rgb(171,163,212); }
H1.HeaderClassName
{
color: #ABA3D4;
}
.AnyTagClassName
{
color: #ABA3D4;
}
</style>
background-color css
<style>
a { background-color: #ABA3D4; }
a { background-color: rgb(171,163,212); }
div.DivClassName
{
background-color: #ABA3D4;
}
.BgClassName
{
background-color: #ABA3D4;
}
</style>
border-color css
<style>
span { border-color: #ABA3D4; }
span { border-color: rgb(171,163,212); }
td.TdClassName
{
border-color: #ABA3D4;
}
.TagClassName
{
border-color: #ABA3D4;
}
</style>