Shades of Biloba Flower #AD8CCF
Tints of Biloba Flower #AD8CCF
RGB
CMYK
RGB Variations
Color information
#AD8CCF (or 0xAD8CCF) is known color: Biloba Flower. HEX triplet: AD, 8C and CF. RGB value is (173,140,207). Sum of RGB (Red+Green+Blue) = 173+140+207=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCF is #527330. Grayscale: #9D9D9D. Windows color (decimal): -5403441 or 13601965. OLE color: 13601965.
HSL color Cylindrical-coordinate representation of color #AD8CCF: hue angle of 269.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8CCF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 140 | 207 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.19 |
| HSL | 269.55º | 0.41% | 0.68% | - |
| HSV(B) | 269.55º | 0.32% | 0.81% | - |
| XYZ | 37.87 | 32.15 | 63.24 | - |
| YUV | 157.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 207 | 0.16 | 0.32 | 0 | 0.19 | 269.55 | 0.41 | 0.68 |
| Hex | AD | 8C | CF | 10 | 20 | 0 | 13 | 10E | 29 | 44 |
| Octal | 255 | 214 | 317 | 20 | 40 | 0 | 23 | 416 | 51 | 104 |
| Binary | 10101101 | 10001100 | 11001111 | 10000 | 100000 | 0 | 10011 | 100001110 | 101001 | 1000100 |
Color Harmonies of #AD8CCF
Complementary color
Monochromatic Colors of #AD8CCF
Black with #AD8CCF
Text Example
Text Example
White with #AD8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CCF; }
p { color: rgb(173,140,207); }
H1.HeaderClassName
{
color: #AD8CCF;
}
.AnyTagClassName
{
color: #AD8CCF;
}
</style>
background-color css
<style>
a { background-color: #AD8CCF; }
a { background-color: rgb(173,140,207); }
div.DivClassName
{
background-color: #AD8CCF;
}
.BgClassName
{
background-color: #AD8CCF;
}
</style>
border-color css
<style>
span { border-color: #AD8CCF; }
span { border-color: rgb(173,140,207); }
td.TdClassName
{
border-color: #AD8CCF;
}
.TagClassName
{
border-color: #AD8CCF;
}
</style>