Shades of Biloba Flower #AD96DC
Tints of Biloba Flower #AD96DC
RGB
CMYK
RGB Variations
Color information
#AD96DC (or 0xAD96DC) is known color: Biloba Flower. HEX triplet: AD, 96 and DC. RGB value is (173,150,220). Sum of RGB (Red+Green+Blue) = 173+150+220=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DC is #526923. Grayscale: #A4A4A4. Windows color (decimal): -5400868 or 14456493. OLE color: 14456493.
HSL color Cylindrical-coordinate representation of color #AD96DC: hue angle of 259.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD96DC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 150 | 220 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.14 |
| HSL | 259.71º | 0.5% | 0.73% | - |
| HSV(B) | 259.71º | 0.32% | 0.86% | - |
| XYZ | 41.06 | 35.86 | 72.47 | - |
| YUV | 164.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 220 | 0.21 | 0.32 | 0 | 0.14 | 259.71 | 0.5 | 0.73 |
| Hex | AD | 96 | DC | 15 | 20 | 0 | E | 104 | 32 | 49 |
| Octal | 255 | 226 | 334 | 25 | 40 | 0 | 16 | 404 | 62 | 111 |
| Binary | 10101101 | 10010110 | 11011100 | 10101 | 100000 | 0 | 1110 | 100000100 | 110010 | 1001001 |
Color Harmonies of #AD96DC
Complementary color
Monochromatic Colors of #AD96DC
Black with #AD96DC
Text Example
Text Example
White with #AD96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96DC; }
p { color: rgb(173,150,220); }
H1.HeaderClassName
{
color: #AD96DC;
}
.AnyTagClassName
{
color: #AD96DC;
}
</style>
background-color css
<style>
a { background-color: #AD96DC; }
a { background-color: rgb(173,150,220); }
div.DivClassName
{
background-color: #AD96DC;
}
.BgClassName
{
background-color: #AD96DC;
}
</style>
border-color css
<style>
span { border-color: #AD96DC; }
span { border-color: rgb(173,150,220); }
td.TdClassName
{
border-color: #AD96DC;
}
.TagClassName
{
border-color: #AD96DC;
}
</style>