Shades of Biloba Flower #AD96D3
Tints of Biloba Flower #AD96D3
RGB
CMYK
RGB Variations
Color information
#AD96D3 (or 0xAD96D3) is known color: Biloba Flower. HEX triplet: AD, 96 and D3. RGB value is (173,150,211). Sum of RGB (Red+Green+Blue) = 173+150+211=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D3 is #52692C. Grayscale: #A3A3A3. Windows color (decimal): -5400877 or 13866669. OLE color: 13866669.
HSL color Cylindrical-coordinate representation of color #AD96D3: hue angle of 262.62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD96D3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 150 | 211 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.17 |
| HSL | 262.62º | 0.41% | 0.71% | - |
| HSV(B) | 262.62º | 0.29% | 0.83% | - |
| XYZ | 39.9 | 35.4 | 66.36 | - |
| YUV | 163.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 211 | 0.18 | 0.29 | 0 | 0.17 | 262.62 | 0.41 | 0.71 |
| Hex | AD | 96 | D3 | 12 | 1D | 0 | 11 | 107 | 29 | 47 |
| Octal | 255 | 226 | 323 | 22 | 35 | 0 | 21 | 407 | 51 | 107 |
| Binary | 10101101 | 10010110 | 11010011 | 10010 | 11101 | 0 | 10001 | 100000111 | 101001 | 1000111 |
Color Harmonies of #AD96D3
Complementary color
Monochromatic Colors of #AD96D3
Black with #AD96D3
Text Example
Text Example
White with #AD96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96D3; }
p { color: rgb(173,150,211); }
H1.HeaderClassName
{
color: #AD96D3;
}
.AnyTagClassName
{
color: #AD96D3;
}
</style>
background-color css
<style>
a { background-color: #AD96D3; }
a { background-color: rgb(173,150,211); }
div.DivClassName
{
background-color: #AD96D3;
}
.BgClassName
{
background-color: #AD96D3;
}
</style>
border-color css
<style>
span { border-color: #AD96D3; }
span { border-color: rgb(173,150,211); }
td.TdClassName
{
border-color: #AD96D3;
}
.TagClassName
{
border-color: #AD96D3;
}
</style>