Shades of Biloba Flower #AD9CED
Tints of Biloba Flower #AD9CED
RGB
CMYK
RGB Variations
Color information
#AD9CED (or 0xAD9CED) is known color: Biloba Flower. HEX triplet: AD, 9C and ED. RGB value is (173,156,237). Sum of RGB (Red+Green+Blue) = 173+156+237=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CED is #526312. Grayscale: #AAAAAA. Windows color (decimal): -5399315 or 15572141. OLE color: 15572141.
HSL color Cylindrical-coordinate representation of color #AD9CED: hue angle of 252.59º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9CED is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 156 | 237 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.07 |
| HSL | 252.59º | 0.69% | 0.77% | - |
| HSV(B) | 252.59º | 0.34% | 0.93% | - |
| XYZ | 44.41 | 38.78 | 85.26 | - |
| YUV | 170.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 237 | 0.27 | 0.34 | 0 | 0.07 | 252.59 | 0.69 | 0.77 |
| Hex | AD | 9C | ED | 1B | 22 | 0 | 7 | FD | 45 | 4D |
| Octal | 255 | 234 | 355 | 33 | 42 | 0 | 7 | 375 | 105 | 115 |
| Binary | 10101101 | 10011100 | 11101101 | 11011 | 100010 | 0 | 111 | 11111101 | 1000101 | 1001101 |
Color Harmonies of #AD9CED
Complementary color
Monochromatic Colors of #AD9CED
Black with #AD9CED
Text Example
Text Example
White with #AD9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CED; }
p { color: rgb(173,156,237); }
H1.HeaderClassName
{
color: #AD9CED;
}
.AnyTagClassName
{
color: #AD9CED;
}
</style>
background-color css
<style>
a { background-color: #AD9CED; }
a { background-color: rgb(173,156,237); }
div.DivClassName
{
background-color: #AD9CED;
}
.BgClassName
{
background-color: #AD9CED;
}
</style>
border-color css
<style>
span { border-color: #AD9CED; }
span { border-color: rgb(173,156,237); }
td.TdClassName
{
border-color: #AD9CED;
}
.TagClassName
{
border-color: #AD9CED;
}
</style>