Shades of Wistful #ABA5E5
Tints of Wistful #ABA5E5
RGB
CMYK
RGB Variations
Color information
#ABA5E5 (or 0xABA5E5) is known color: Wistful. HEX triplet: AB, A5 and E5. RGB value is (171,165,229). Sum of RGB (Red+Green+Blue) = 171+165+229=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5E5 is #545A1A. Grayscale: #ADADAD. Windows color (decimal): -5528091 or 15050155. OLE color: 15050155.
HSL color Cylindrical-coordinate representation of color #ABA5E5: hue angle of 245.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA5E5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 165 | 229 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.10 |
| HSL | 245.63º | 0.55% | 0.77% | - |
| HSV(B) | 245.63º | 0.28% | 0.9% | - |
| XYZ | 44.39 | 41.23 | 79.75 | - |
| YUV | 174.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 229 | 0.25 | 0.28 | 0 | 0.10 | 245.63 | 0.55 | 0.77 |
| Hex | AB | A5 | E5 | 19 | 1C | 0 | A | F6 | 37 | 4D |
| Octal | 253 | 245 | 345 | 31 | 34 | 0 | 12 | 366 | 67 | 115 |
| Binary | 10101011 | 10100101 | 11100101 | 11001 | 11100 | 0 | 1010 | 11110110 | 110111 | 1001101 |
Color Harmonies of #ABA5E5
Complementary color
Monochromatic Colors of #ABA5E5
Black with #ABA5E5
Text Example
Text Example
White with #ABA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5E5; }
p { color: rgb(171,165,229); }
H1.HeaderClassName
{
color: #ABA5E5;
}
.AnyTagClassName
{
color: #ABA5E5;
}
</style>
background-color css
<style>
a { background-color: #ABA5E5; }
a { background-color: rgb(171,165,229); }
div.DivClassName
{
background-color: #ABA5E5;
}
.BgClassName
{
background-color: #ABA5E5;
}
</style>
border-color css
<style>
span { border-color: #ABA5E5; }
span { border-color: rgb(171,165,229); }
td.TdClassName
{
border-color: #ABA5E5;
}
.TagClassName
{
border-color: #ABA5E5;
}
</style>