Shades of Wistful #AFA9C1
Tints of Wistful #AFA9C1
RGB
CMYK
RGB Variations
Color information
#AFA9C1 (or 0xAFA9C1) is known color: Wistful. HEX triplet: AF, A9 and C1. RGB value is (175,169,193). Sum of RGB (Red+Green+Blue) = 175+169+193=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9C1 is #50563E. Grayscale: #ADADAD. Windows color (decimal): -5264959 or 12691887. OLE color: 12691887.
HSL color Cylindrical-coordinate representation of color #AFA9C1: hue angle of 255º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA9C1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 169 | 193 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.24 |
| HSL | 255º | 0.16% | 0.71% | - |
| HSV(B) | 255º | 0.12% | 0.76% | - |
| XYZ | 41.49 | 41.34 | 56.24 | - |
| YUV | 173.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 193 | 0.09 | 0.12 | 0 | 0.24 | 255 | 0.16 | 0.71 |
| Hex | AF | A9 | C1 | 9 | C | 0 | 18 | FF | 10 | 47 |
| Octal | 257 | 251 | 301 | 11 | 14 | 0 | 30 | 377 | 20 | 107 |
| Binary | 10101111 | 10101001 | 11000001 | 1001 | 1100 | 0 | 11000 | 11111111 | 10000 | 1000111 |
Color Harmonies of #AFA9C1
Complementary color
Monochromatic Colors of #AFA9C1
Black with #AFA9C1
Text Example
Text Example
White with #AFA9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA9C1; }
p { color: rgb(175,169,193); }
H1.HeaderClassName
{
color: #AFA9C1;
}
.AnyTagClassName
{
color: #AFA9C1;
}
</style>
background-color css
<style>
a { background-color: #AFA9C1; }
a { background-color: rgb(175,169,193); }
div.DivClassName
{
background-color: #AFA9C1;
}
.BgClassName
{
background-color: #AFA9C1;
}
</style>
border-color css
<style>
span { border-color: #AFA9C1; }
span { border-color: rgb(175,169,193); }
td.TdClassName
{
border-color: #AFA9C1;
}
.TagClassName
{
border-color: #AFA9C1;
}
</style>