Shades of Wistful #AFAACD
Tints of Wistful #AFAACD
RGB
CMYK
RGB Variations
Color information
#AFAACD (or 0xAFAACD) is known color: Wistful. HEX triplet: AF, AA and CD. RGB value is (175,170,205). Sum of RGB (Red+Green+Blue) = 175+170+205=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACD is #505532. Grayscale: #AFAFAF. Windows color (decimal): -5264691 or 13478575. OLE color: 13478575.
HSL color Cylindrical-coordinate representation of color #AFAACD: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAACD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 170 | 205 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.20 |
| HSL | 248.57º | 0.26% | 0.74% | - |
| HSV(B) | 248.57º | 0.17% | 0.8% | - |
| XYZ | 43.07 | 42.27 | 63.65 | - |
| YUV | 175.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 205 | 0.15 | 0.17 | 0 | 0.20 | 248.57 | 0.26 | 0.74 |
| Hex | AF | AA | CD | F | 11 | 0 | 14 | F9 | 1A | 4A |
| Octal | 257 | 252 | 315 | 17 | 21 | 0 | 24 | 371 | 32 | 112 |
| Binary | 10101111 | 10101010 | 11001101 | 1111 | 10001 | 0 | 10100 | 11111001 | 11010 | 1001010 |
Color Harmonies of #AFAACD
Complementary color
Monochromatic Colors of #AFAACD
Black with #AFAACD
Text Example
Text Example
White with #AFAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAACD; }
p { color: rgb(175,170,205); }
H1.HeaderClassName
{
color: #AFAACD;
}
.AnyTagClassName
{
color: #AFAACD;
}
</style>
background-color css
<style>
a { background-color: #AFAACD; }
a { background-color: rgb(175,170,205); }
div.DivClassName
{
background-color: #AFAACD;
}
.BgClassName
{
background-color: #AFAACD;
}
</style>
border-color css
<style>
span { border-color: #AFAACD; }
span { border-color: rgb(175,170,205); }
td.TdClassName
{
border-color: #AFAACD;
}
.TagClassName
{
border-color: #AFAACD;
}
</style>