Shades of Lily #AF9DA8
Tints of Lily #AF9DA8
RGB
CMYK
RGB Variations
Color information
#AF9DA8 (or 0xAF9DA8) is known color: Lily. HEX triplet: AF, 9D and A8. RGB value is (175,157,168). Sum of RGB (Red+Green+Blue) = 175+157+168=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DA8 is #506257. Grayscale: #A3A3A3. Windows color (decimal): -5268056 or 11050415. OLE color: 11050415.
HSL color Cylindrical-coordinate representation of color #AF9DA8: hue angle of 323.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9DA8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 168 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.31 |
| HSL | 323.33º | 0.1% | 0.65% | - |
| HSV(B) | 323.33º | 0.1% | 0.69% | - |
| XYZ | 36.8 | 36.06 | 42.07 | - |
| YUV | 163.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 168 | 0 | 0.10 | 0.04 | 0.31 | 323.33 | 0.1 | 0.65 |
| Hex | AF | 9D | A8 | 0 | A | 4 | 1F | 143 | A | 41 |
| Octal | 257 | 235 | 250 | 0 | 12 | 4 | 37 | 503 | 12 | 101 |
| Binary | 10101111 | 10011101 | 10101000 | 0 | 1010 | 100 | 11111 | 101000011 | 1010 | 1000001 |
Color Harmonies of #AF9DA8
Complementary color
Monochromatic Colors of #AF9DA8
Black with #AF9DA8
Text Example
Text Example
White with #AF9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DA8; }
p { color: rgb(175,157,168); }
H1.HeaderClassName
{
color: #AF9DA8;
}
.AnyTagClassName
{
color: #AF9DA8;
}
</style>
background-color css
<style>
a { background-color: #AF9DA8; }
a { background-color: rgb(175,157,168); }
div.DivClassName
{
background-color: #AF9DA8;
}
.BgClassName
{
background-color: #AF9DA8;
}
</style>
border-color css
<style>
span { border-color: #AF9DA8; }
span { border-color: rgb(175,157,168); }
td.TdClassName
{
border-color: #AF9DA8;
}
.TagClassName
{
border-color: #AF9DA8;
}
</style>