Shades of Wistful #AFA8DB
Tints of Wistful #AFA8DB
RGB
CMYK
RGB Variations
Color information
#AFA8DB (or 0xAFA8DB) is known color: Wistful. HEX triplet: AF, A8 and DB. RGB value is (175,168,219). Sum of RGB (Red+Green+Blue) = 175+168+219=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8DB is #505724. Grayscale: #AFAFAF. Windows color (decimal): -5265189 or 14395567. OLE color: 14395567.
HSL color Cylindrical-coordinate representation of color #AFA8DB: hue angle of 248.24º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA8DB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 168 | 219 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.14 |
| HSL | 248.24º | 0.41% | 0.76% | - |
| HSV(B) | 248.24º | 0.23% | 0.86% | - |
| XYZ | 44.47 | 42.23 | 72.83 | - |
| YUV | 175.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 219 | 0.20 | 0.23 | 0 | 0.14 | 248.24 | 0.41 | 0.76 |
| Hex | AF | A8 | DB | 14 | 17 | 0 | E | F8 | 29 | 4C |
| Octal | 257 | 250 | 333 | 24 | 27 | 0 | 16 | 370 | 51 | 114 |
| Binary | 10101111 | 10101000 | 11011011 | 10100 | 10111 | 0 | 1110 | 11111000 | 101001 | 1001100 |
Color Harmonies of #AFA8DB
Complementary color
Monochromatic Colors of #AFA8DB
Black with #AFA8DB
Text Example
Text Example
White with #AFA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8DB; }
p { color: rgb(175,168,219); }
H1.HeaderClassName
{
color: #AFA8DB;
}
.AnyTagClassName
{
color: #AFA8DB;
}
</style>
background-color css
<style>
a { background-color: #AFA8DB; }
a { background-color: rgb(175,168,219); }
div.DivClassName
{
background-color: #AFA8DB;
}
.BgClassName
{
background-color: #AFA8DB;
}
</style>
border-color css
<style>
span { border-color: #AFA8DB; }
span { border-color: rgb(175,168,219); }
td.TdClassName
{
border-color: #AFA8DB;
}
.TagClassName
{
border-color: #AFA8DB;
}
</style>