Shades of Biloba Flower #AD98D3
Tints of Biloba Flower #AD98D3
RGB
CMYK
RGB Variations
Color information
#AD98D3 (or 0xAD98D3) is known color: Biloba Flower. HEX triplet: AD, 98 and D3. RGB value is (173,152,211). Sum of RGB (Red+Green+Blue) = 173+152+211=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD98D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98D3 is #52672C. Grayscale: #A4A4A4. Windows color (decimal): -5400365 or 13867181. OLE color: 13867181.
HSL color Cylindrical-coordinate representation of color #AD98D3: hue angle of 261.36º degrees, saturation: 0.4, 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 #AD98D3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 152 | 211 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.17 |
| HSL | 261.36º | 0.4% | 0.71% | - |
| HSV(B) | 261.36º | 0.28% | 0.83% | - |
| XYZ | 40.22 | 36.04 | 66.47 | - |
| YUV | 165.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 211 | 0.18 | 0.28 | 0 | 0.17 | 261.36 | 0.4 | 0.71 |
| Hex | AD | 98 | D3 | 12 | 1C | 0 | 11 | 105 | 28 | 47 |
| Octal | 255 | 230 | 323 | 22 | 34 | 0 | 21 | 405 | 50 | 107 |
| Binary | 10101101 | 10011000 | 11010011 | 10010 | 11100 | 0 | 10001 | 100000101 | 101000 | 1000111 |
Color Harmonies of #AD98D3
Complementary color
Monochromatic Colors of #AD98D3
Black with #AD98D3
Text Example
Text Example
White with #AD98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98D3; }
p { color: rgb(173,152,211); }
H1.HeaderClassName
{
color: #AD98D3;
}
.AnyTagClassName
{
color: #AD98D3;
}
</style>
background-color css
<style>
a { background-color: #AD98D3; }
a { background-color: rgb(173,152,211); }
div.DivClassName
{
background-color: #AD98D3;
}
.BgClassName
{
background-color: #AD98D3;
}
</style>
border-color css
<style>
span { border-color: #AD98D3; }
span { border-color: rgb(173,152,211); }
td.TdClassName
{
border-color: #AD98D3;
}
.TagClassName
{
border-color: #AD98D3;
}
</style>