Shades of Biloba Flower #AD8CCD
Tints of Biloba Flower #AD8CCD
RGB
CMYK
RGB Variations
Color information
#AD8CCD (or 0xAD8CCD) is known color: Biloba Flower. HEX triplet: AD, 8C and CD. RGB value is (173,140,205). Sum of RGB (Red+Green+Blue) = 173+140+205=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCD is #527332. Grayscale: #9D9D9D. Windows color (decimal): -5403443 or 13470893. OLE color: 13470893.
HSL color Cylindrical-coordinate representation of color #AD8CCD: hue angle of 270.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8CCD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 140 | 205 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.20 |
| HSL | 270.46º | 0.39% | 0.68% | - |
| HSV(B) | 270.46º | 0.32% | 0.8% | - |
| XYZ | 37.63 | 32.05 | 61.96 | - |
| YUV | 157.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 205 | 0.16 | 0.32 | 0 | 0.20 | 270.46 | 0.39 | 0.68 |
| Hex | AD | 8C | CD | 10 | 20 | 0 | 14 | 10E | 27 | 44 |
| Octal | 255 | 214 | 315 | 20 | 40 | 0 | 24 | 416 | 47 | 104 |
| Binary | 10101101 | 10001100 | 11001101 | 10000 | 100000 | 0 | 10100 | 100001110 | 100111 | 1000100 |
Color Harmonies of #AD8CCD
Complementary color
Monochromatic Colors of #AD8CCD
Black with #AD8CCD
Text Example
Text Example
White with #AD8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CCD; }
p { color: rgb(173,140,205); }
H1.HeaderClassName
{
color: #AD8CCD;
}
.AnyTagClassName
{
color: #AD8CCD;
}
</style>
background-color css
<style>
a { background-color: #AD8CCD; }
a { background-color: rgb(173,140,205); }
div.DivClassName
{
background-color: #AD8CCD;
}
.BgClassName
{
background-color: #AD8CCD;
}
</style>
border-color css
<style>
span { border-color: #AD8CCD; }
span { border-color: rgb(173,140,205); }
td.TdClassName
{
border-color: #AD8CCD;
}
.TagClassName
{
border-color: #AD8CCD;
}
</style>