Shades of Biloba Flower #AD97D3
Tints of Biloba Flower #AD97D3
RGB
CMYK
RGB Variations
Color information
#AD97D3 (or 0xAD97D3) is known color: Biloba Flower. HEX triplet: AD, 97 and D3. RGB value is (173,151,211). Sum of RGB (Red+Green+Blue) = 173+151+211=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD97D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97D3 is #52682C. Grayscale: #A4A4A4. Windows color (decimal): -5400621 or 13866925. OLE color: 13866925.
HSL color Cylindrical-coordinate representation of color #AD97D3: hue angle of 262º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD97D3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 151 | 211 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.17 |
| HSL | 262º | 0.41% | 0.71% | - |
| HSV(B) | 262º | 0.28% | 0.83% | - |
| XYZ | 40.06 | 35.72 | 66.41 | - |
| YUV | 164.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 211 | 0.18 | 0.28 | 0 | 0.17 | 262 | 0.41 | 0.71 |
| Hex | AD | 97 | D3 | 12 | 1C | 0 | 11 | 106 | 29 | 47 |
| Octal | 255 | 227 | 323 | 22 | 34 | 0 | 21 | 406 | 51 | 107 |
| Binary | 10101101 | 10010111 | 11010011 | 10010 | 11100 | 0 | 10001 | 100000110 | 101001 | 1000111 |
Color Harmonies of #AD97D3
Complementary color
Monochromatic Colors of #AD97D3
Black with #AD97D3
Text Example
Text Example
White with #AD97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97D3; }
p { color: rgb(173,151,211); }
H1.HeaderClassName
{
color: #AD97D3;
}
.AnyTagClassName
{
color: #AD97D3;
}
</style>
background-color css
<style>
a { background-color: #AD97D3; }
a { background-color: rgb(173,151,211); }
div.DivClassName
{
background-color: #AD97D3;
}
.BgClassName
{
background-color: #AD97D3;
}
</style>
border-color css
<style>
span { border-color: #AD97D3; }
span { border-color: rgb(173,151,211); }
td.TdClassName
{
border-color: #AD97D3;
}
.TagClassName
{
border-color: #AD97D3;
}
</style>