Shades of Biloba Flower #AD8FCF
Tints of Biloba Flower #AD8FCF
RGB
CMYK
RGB Variations
Color information
#AD8FCF (or 0xAD8FCF) is known color: Biloba Flower. HEX triplet: AD, 8F and CF. RGB value is (173,143,207). Sum of RGB (Red+Green+Blue) = 173+143+207=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCF is #527030. Grayscale: #9F9F9F. Windows color (decimal): -5402673 or 13602733. OLE color: 13602733.
HSL color Cylindrical-coordinate representation of color #AD8FCF: hue angle of 268.12º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8FCF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 143 | 207 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.19 |
| HSL | 268.13º | 0.4% | 0.69% | - |
| HSV(B) | 268.13º | 0.31% | 0.81% | - |
| XYZ | 38.32 | 33.03 | 63.39 | - |
| YUV | 159.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 207 | 0.16 | 0.31 | 0 | 0.19 | 268.13 | 0.4 | 0.69 |
| Hex | AD | 8F | CF | 10 | 1F | 0 | 13 | 10C | 28 | 45 |
| Octal | 255 | 217 | 317 | 20 | 37 | 0 | 23 | 414 | 50 | 105 |
| Binary | 10101101 | 10001111 | 11001111 | 10000 | 11111 | 0 | 10011 | 100001100 | 101000 | 1000101 |
Color Harmonies of #AD8FCF
Complementary color
Monochromatic Colors of #AD8FCF
Black with #AD8FCF
Text Example
Text Example
White with #AD8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FCF; }
p { color: rgb(173,143,207); }
H1.HeaderClassName
{
color: #AD8FCF;
}
.AnyTagClassName
{
color: #AD8FCF;
}
</style>
background-color css
<style>
a { background-color: #AD8FCF; }
a { background-color: rgb(173,143,207); }
div.DivClassName
{
background-color: #AD8FCF;
}
.BgClassName
{
background-color: #AD8FCF;
}
</style>
border-color css
<style>
span { border-color: #AD8FCF; }
span { border-color: rgb(173,143,207); }
td.TdClassName
{
border-color: #AD8FCF;
}
.TagClassName
{
border-color: #AD8FCF;
}
</style>