Shades of Lily #AFAAAD
Tints of Lily #AFAAAD
RGB
CMYK
RGB Variations
Color information
#AFAAAD (or 0xAFAAAD) is known color: Lily. HEX triplet: AF, AA and AD. RGB value is (175,170,173). Sum of RGB (Red+Green+Blue) = 175+170+173=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAD is #505552. Grayscale: #ABABAB. Windows color (decimal): -5264723 or 11381423. OLE color: 11381423.
HSL color Cylindrical-coordinate representation of color #AFAAAD: hue angle of 324º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAD is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 173 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.31 |
| HSL | 324º | 0.03% | 0.68% | - |
| HSV(B) | 324º | 0.03% | 0.69% | - |
| XYZ | 39.6 | 40.88 | 45.34 | - |
| YUV | 171.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 173 | 0 | 0.03 | 0.01 | 0.31 | 324 | 0.03 | 0.68 |
| Hex | AF | AA | AD | 0 | 3 | 1 | 1F | 144 | 3 | 44 |
| Octal | 257 | 252 | 255 | 0 | 3 | 1 | 37 | 504 | 3 | 104 |
| Binary | 10101111 | 10101010 | 10101101 | 0 | 11 | 1 | 11111 | 101000100 | 11 | 1000100 |
Color Harmonies of #AFAAAD
Complementary color
Monochromatic Colors of #AFAAAD
Black with #AFAAAD
Text Example
Text Example
White with #AFAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAAD; }
p { color: rgb(175,170,173); }
H1.HeaderClassName
{
color: #AFAAAD;
}
.AnyTagClassName
{
color: #AFAAAD;
}
</style>
background-color css
<style>
a { background-color: #AFAAAD; }
a { background-color: rgb(175,170,173); }
div.DivClassName
{
background-color: #AFAAAD;
}
.BgClassName
{
background-color: #AFAAAD;
}
</style>
border-color css
<style>
span { border-color: #AFAAAD; }
span { border-color: rgb(175,170,173); }
td.TdClassName
{
border-color: #AFAAAD;
}
.TagClassName
{
border-color: #AFAAAD;
}
</style>