Shades of Wistful #ABA4D3
Tints of Wistful #ABA4D3
RGB
CMYK
RGB Variations
Color information
#ABA4D3 (or 0xABA4D3) is known color: Wistful. HEX triplet: AB, A4 and D3. RGB value is (171,164,211). Sum of RGB (Red+Green+Blue) = 171+164+211=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABA4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D3 is #545B2C. Grayscale: #ABABAB. Windows color (decimal): -5528365 or 13870251. OLE color: 13870251.
HSL color Cylindrical-coordinate representation of color #ABA4D3: hue angle of 248.94º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA4D3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 164 | 211 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.17 |
| HSL | 248.94º | 0.35% | 0.74% | - |
| HSV(B) | 248.94º | 0.22% | 0.83% | - |
| XYZ | 41.83 | 39.91 | 67.13 | - |
| YUV | 171.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 211 | 0.19 | 0.22 | 0 | 0.17 | 248.94 | 0.35 | 0.74 |
| Hex | AB | A4 | D3 | 13 | 16 | 0 | 11 | F9 | 23 | 4A |
| Octal | 253 | 244 | 323 | 23 | 26 | 0 | 21 | 371 | 43 | 112 |
| Binary | 10101011 | 10100100 | 11010011 | 10011 | 10110 | 0 | 10001 | 11111001 | 100011 | 1001010 |
Color Harmonies of #ABA4D3
Complementary color
Monochromatic Colors of #ABA4D3
Black with #ABA4D3
Text Example
Text Example
White with #ABA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4D3; }
p { color: rgb(171,164,211); }
H1.HeaderClassName
{
color: #ABA4D3;
}
.AnyTagClassName
{
color: #ABA4D3;
}
</style>
background-color css
<style>
a { background-color: #ABA4D3; }
a { background-color: rgb(171,164,211); }
div.DivClassName
{
background-color: #ABA4D3;
}
.BgClassName
{
background-color: #ABA4D3;
}
</style>
border-color css
<style>
span { border-color: #ABA4D3; }
span { border-color: rgb(171,164,211); }
td.TdClassName
{
border-color: #ABA4D3;
}
.TagClassName
{
border-color: #ABA4D3;
}
</style>