Shades of Wistful #ABA4E2
Tints of Wistful #ABA4E2
RGB
CMYK
RGB Variations
Color information
#ABA4E2 (or 0xABA4E2) is known color: Wistful. HEX triplet: AB, A4 and E2. RGB value is (171,164,226). Sum of RGB (Red+Green+Blue) = 171+164+226=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABA4E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4E2 is #545B1D. Grayscale: #ACACAC. Windows color (decimal): -5528350 or 14853291. OLE color: 14853291.
HSL color Cylindrical-coordinate representation of color #ABA4E2: hue angle of 246.77º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA4E2 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 164 | 226 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.11 |
| HSL | 246.77º | 0.52% | 0.76% | - |
| HSV(B) | 246.77º | 0.27% | 0.89% | - |
| XYZ | 43.8 | 40.7 | 77.5 | - |
| YUV | 173.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 226 | 0.24 | 0.27 | 0 | 0.11 | 246.77 | 0.52 | 0.76 |
| Hex | AB | A4 | E2 | 18 | 1B | 0 | B | F7 | 34 | 4C |
| Octal | 253 | 244 | 342 | 30 | 33 | 0 | 13 | 367 | 64 | 114 |
| Binary | 10101011 | 10100100 | 11100010 | 11000 | 11011 | 0 | 1011 | 11110111 | 110100 | 1001100 |
Color Harmonies of #ABA4E2
Complementary color
Monochromatic Colors of #ABA4E2
Black with #ABA4E2
Text Example
Text Example
White with #ABA4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4E2; }
p { color: rgb(171,164,226); }
H1.HeaderClassName
{
color: #ABA4E2;
}
.AnyTagClassName
{
color: #ABA4E2;
}
</style>
background-color css
<style>
a { background-color: #ABA4E2; }
a { background-color: rgb(171,164,226); }
div.DivClassName
{
background-color: #ABA4E2;
}
.BgClassName
{
background-color: #ABA4E2;
}
</style>
border-color css
<style>
span { border-color: #ABA4E2; }
span { border-color: rgb(171,164,226); }
td.TdClassName
{
border-color: #ABA4E2;
}
.TagClassName
{
border-color: #ABA4E2;
}
</style>