Shades of Wistful #ABA0E2
Tints of Wistful #ABA0E2
RGB
CMYK
RGB Variations
Color information
#ABA0E2 (or 0xABA0E2) is known color: Wistful. HEX triplet: AB, A0 and E2. RGB value is (171,160,226). Sum of RGB (Red+Green+Blue) = 171+160+226=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABA0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0E2 is #545F1D. Grayscale: #AAAAAA. Windows color (decimal): -5529374 or 14852267. OLE color: 14852267.
HSL color Cylindrical-coordinate representation of color #ABA0E2: hue angle of 250º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA0E2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 160 | 226 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.11 |
| HSL | 250º | 0.53% | 0.76% | - |
| HSV(B) | 250º | 0.29% | 0.89% | - |
| XYZ | 43.09 | 39.29 | 77.26 | - |
| YUV | 170.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 226 | 0.24 | 0.29 | 0 | 0.11 | 250 | 0.53 | 0.76 |
| Hex | AB | A0 | E2 | 18 | 1D | 0 | B | FA | 35 | 4C |
| Octal | 253 | 240 | 342 | 30 | 35 | 0 | 13 | 372 | 65 | 114 |
| Binary | 10101011 | 10100000 | 11100010 | 11000 | 11101 | 0 | 1011 | 11111010 | 110101 | 1001100 |
Color Harmonies of #ABA0E2
Complementary color
Monochromatic Colors of #ABA0E2
Black with #ABA0E2
Text Example
Text Example
White with #ABA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0E2; }
p { color: rgb(171,160,226); }
H1.HeaderClassName
{
color: #ABA0E2;
}
.AnyTagClassName
{
color: #ABA0E2;
}
</style>
background-color css
<style>
a { background-color: #ABA0E2; }
a { background-color: rgb(171,160,226); }
div.DivClassName
{
background-color: #ABA0E2;
}
.BgClassName
{
background-color: #ABA0E2;
}
</style>
border-color css
<style>
span { border-color: #ABA0E2; }
span { border-color: rgb(171,160,226); }
td.TdClassName
{
border-color: #ABA0E2;
}
.TagClassName
{
border-color: #ABA0E2;
}
</style>