Shades of Biloba Flower #AD84D4
Tints of Biloba Flower #AD84D4
RGB
CMYK
RGB Variations
Color information
#AD84D4 (or 0xAD84D4) is known color: Biloba Flower. HEX triplet: AD, 84 and D4. RGB value is (173,132,212). Sum of RGB (Red+Green+Blue) = 173+132+212=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD84D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84D4 is #527B2B. Grayscale: #999999. Windows color (decimal): -5405484 or 13927597. OLE color: 13927597.
HSL color Cylindrical-coordinate representation of color #AD84D4: hue angle of 270.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD84D4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 132 | 212 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.17 |
| HSL | 270.75º | 0.48% | 0.67% | - |
| HSV(B) | 270.75º | 0.38% | 0.83% | - |
| XYZ | 37.37 | 30.14 | 66.14 | - |
| YUV | 153.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 212 | 0.18 | 0.38 | 0 | 0.17 | 270.75 | 0.48 | 0.67 |
| Hex | AD | 84 | D4 | 12 | 26 | 0 | 11 | 10F | 30 | 43 |
| Octal | 255 | 204 | 324 | 22 | 46 | 0 | 21 | 417 | 60 | 103 |
| Binary | 10101101 | 10000100 | 11010100 | 10010 | 100110 | 0 | 10001 | 100001111 | 110000 | 1000011 |
Color Harmonies of #AD84D4
Complementary color
Monochromatic Colors of #AD84D4
Black with #AD84D4
Text Example
Text Example
White with #AD84D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84D4; }
p { color: rgb(173,132,212); }
H1.HeaderClassName
{
color: #AD84D4;
}
.AnyTagClassName
{
color: #AD84D4;
}
</style>
background-color css
<style>
a { background-color: #AD84D4; }
a { background-color: rgb(173,132,212); }
div.DivClassName
{
background-color: #AD84D4;
}
.BgClassName
{
background-color: #AD84D4;
}
</style>
border-color css
<style>
span { border-color: #AD84D4; }
span { border-color: rgb(173,132,212); }
td.TdClassName
{
border-color: #AD84D4;
}
.TagClassName
{
border-color: #AD84D4;
}
</style>