Shades of Biloba Flower #AD9CCF
Tints of Biloba Flower #AD9CCF
RGB
CMYK
RGB Variations
Color information
#AD9CCF (or 0xAD9CCF) is known color: Biloba Flower. HEX triplet: AD, 9C and CF. RGB value is (173,156,207). Sum of RGB (Red+Green+Blue) = 173+156+207=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCF is #526330. Grayscale: #A6A6A6. Windows color (decimal): -5399345 or 13606061. OLE color: 13606061.
HSL color Cylindrical-coordinate representation of color #AD9CCF: hue angle of 260º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9CCF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 156 | 207 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.19 |
| HSL | 260º | 0.35% | 0.71% | - |
| HSV(B) | 260º | 0.25% | 0.81% | - |
| XYZ | 40.38 | 37.17 | 64.08 | - |
| YUV | 166.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 207 | 0.16 | 0.25 | 0 | 0.19 | 260 | 0.35 | 0.71 |
| Hex | AD | 9C | CF | 10 | 19 | 0 | 13 | 104 | 23 | 47 |
| Octal | 255 | 234 | 317 | 20 | 31 | 0 | 23 | 404 | 43 | 107 |
| Binary | 10101101 | 10011100 | 11001111 | 10000 | 11001 | 0 | 10011 | 100000100 | 100011 | 1000111 |
Color Harmonies of #AD9CCF
Complementary color
Monochromatic Colors of #AD9CCF
Black with #AD9CCF
Text Example
Text Example
White with #AD9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CCF; }
p { color: rgb(173,156,207); }
H1.HeaderClassName
{
color: #AD9CCF;
}
.AnyTagClassName
{
color: #AD9CCF;
}
</style>
background-color css
<style>
a { background-color: #AD9CCF; }
a { background-color: rgb(173,156,207); }
div.DivClassName
{
background-color: #AD9CCF;
}
.BgClassName
{
background-color: #AD9CCF;
}
</style>
border-color css
<style>
span { border-color: #AD9CCF; }
span { border-color: rgb(173,156,207); }
td.TdClassName
{
border-color: #AD9CCF;
}
.TagClassName
{
border-color: #AD9CCF;
}
</style>