Shades of Biloba Flower #AD9CDC
Tints of Biloba Flower #AD9CDC
RGB
CMYK
RGB Variations
Color information
#AD9CDC (or 0xAD9CDC) is known color: Biloba Flower. HEX triplet: AD, 9C and DC. RGB value is (173,156,220). Sum of RGB (Red+Green+Blue) = 173+156+220=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDC is #526323. Grayscale: #A8A8A8. Windows color (decimal): -5399332 or 14458029. OLE color: 14458029.
HSL color Cylindrical-coordinate representation of color #AD9CDC: hue angle of 255.94º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9CDC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 156 | 220 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.14 |
| HSL | 255.94º | 0.48% | 0.74% | - |
| HSV(B) | 255.94º | 0.29% | 0.86% | - |
| XYZ | 42.04 | 37.83 | 72.8 | - |
| YUV | 168.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 220 | 0.21 | 0.29 | 0 | 0.14 | 255.94 | 0.48 | 0.74 |
| Hex | AD | 9C | DC | 15 | 1D | 0 | E | 100 | 30 | 4A |
| Octal | 255 | 234 | 334 | 25 | 35 | 0 | 16 | 400 | 60 | 112 |
| Binary | 10101101 | 10011100 | 11011100 | 10101 | 11101 | 0 | 1110 | 100000000 | 110000 | 1001010 |
Color Harmonies of #AD9CDC
Complementary color
Monochromatic Colors of #AD9CDC
Black with #AD9CDC
Text Example
Text Example
White with #AD9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CDC; }
p { color: rgb(173,156,220); }
H1.HeaderClassName
{
color: #AD9CDC;
}
.AnyTagClassName
{
color: #AD9CDC;
}
</style>
background-color css
<style>
a { background-color: #AD9CDC; }
a { background-color: rgb(173,156,220); }
div.DivClassName
{
background-color: #AD9CDC;
}
.BgClassName
{
background-color: #AD9CDC;
}
</style>
border-color css
<style>
span { border-color: #AD9CDC; }
span { border-color: rgb(173,156,220); }
td.TdClassName
{
border-color: #AD9CDC;
}
.TagClassName
{
border-color: #AD9CDC;
}
</style>