Shades of Lily #AF9CA8
Tints of Lily #AF9CA8
RGB
CMYK
RGB Variations
Color information
#AF9CA8 (or 0xAF9CA8) is known color: Lily. HEX triplet: AF, 9C and A8. RGB value is (175,156,168). Sum of RGB (Red+Green+Blue) = 175+156+168=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CA8 is #506357. Grayscale: #A3A3A3. Windows color (decimal): -5268312 or 11050159. OLE color: 11050159.
HSL color Cylindrical-coordinate representation of color #AF9CA8: hue angle of 322.11º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9CA8 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 168 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.31 |
| HSL | 322.11º | 0.11% | 0.65% | - |
| HSV(B) | 322.11º | 0.11% | 0.69% | - |
| XYZ | 36.64 | 35.72 | 42.01 | - |
| YUV | 163.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 168 | 0 | 0.11 | 0.04 | 0.31 | 322.11 | 0.11 | 0.65 |
| Hex | AF | 9C | A8 | 0 | B | 4 | 1F | 142 | B | 41 |
| Octal | 257 | 234 | 250 | 0 | 13 | 4 | 37 | 502 | 13 | 101 |
| Binary | 10101111 | 10011100 | 10101000 | 0 | 1011 | 100 | 11111 | 101000010 | 1011 | 1000001 |
Color Harmonies of #AF9CA8
Complementary color
Monochromatic Colors of #AF9CA8
Black with #AF9CA8
Text Example
Text Example
White with #AF9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CA8; }
p { color: rgb(175,156,168); }
H1.HeaderClassName
{
color: #AF9CA8;
}
.AnyTagClassName
{
color: #AF9CA8;
}
</style>
background-color css
<style>
a { background-color: #AF9CA8; }
a { background-color: rgb(175,156,168); }
div.DivClassName
{
background-color: #AF9CA8;
}
.BgClassName
{
background-color: #AF9CA8;
}
</style>
border-color css
<style>
span { border-color: #AF9CA8; }
span { border-color: rgb(175,156,168); }
td.TdClassName
{
border-color: #AF9CA8;
}
.TagClassName
{
border-color: #AF9CA8;
}
</style>