Shades of Biloba Flower #AF9DDD
Tints of Biloba Flower #AF9DDD
RGB
CMYK
RGB Variations
Color information
#AF9DDD (or 0xAF9DDD) is known color: Biloba Flower. HEX triplet: AF, 9D and DD. RGB value is (175,157,221). Sum of RGB (Red+Green+Blue) = 175+157+221=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDD is #506222. Grayscale: #A9A9A9. Windows color (decimal): -5268003 or 14523823. OLE color: 14523823.
HSL color Cylindrical-coordinate representation of color #AF9DDD: hue angle of 256.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9DDD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 157 | 221 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.13 |
| HSL | 256.88º | 0.48% | 0.74% | - |
| HSV(B) | 256.88º | 0.29% | 0.87% | - |
| XYZ | 42.79 | 38.45 | 73.57 | - |
| YUV | 169.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 221 | 0.21 | 0.29 | 0 | 0.13 | 256.88 | 0.48 | 0.74 |
| Hex | AF | 9D | DD | 15 | 1D | 0 | D | 101 | 30 | 4A |
| Octal | 257 | 235 | 335 | 25 | 35 | 0 | 15 | 401 | 60 | 112 |
| Binary | 10101111 | 10011101 | 11011101 | 10101 | 11101 | 0 | 1101 | 100000001 | 110000 | 1001010 |
Color Harmonies of #AF9DDD
Complementary color
Monochromatic Colors of #AF9DDD
Black with #AF9DDD
Text Example
Text Example
White with #AF9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DDD; }
p { color: rgb(175,157,221); }
H1.HeaderClassName
{
color: #AF9DDD;
}
.AnyTagClassName
{
color: #AF9DDD;
}
</style>
background-color css
<style>
a { background-color: #AF9DDD; }
a { background-color: rgb(175,157,221); }
div.DivClassName
{
background-color: #AF9DDD;
}
.BgClassName
{
background-color: #AF9DDD;
}
</style>
border-color css
<style>
span { border-color: #AF9DDD; }
span { border-color: rgb(175,157,221); }
td.TdClassName
{
border-color: #AF9DDD;
}
.TagClassName
{
border-color: #AF9DDD;
}
</style>