Shades of Biloba Flower #AD85DA
Tints of Biloba Flower #AD85DA
RGB
CMYK
RGB Variations
Color information
#AD85DA (or 0xAD85DA) is known color: Biloba Flower. HEX triplet: AD, 85 and DA. RGB value is (173,133,218). Sum of RGB (Red+Green+Blue) = 173+133+218=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85DA is #527A25. Grayscale: #9A9A9A. Windows color (decimal): -5405222 or 14321069. OLE color: 14321069.
HSL color Cylindrical-coordinate representation of color #AD85DA: hue angle of 268.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD85DA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 133 | 218 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.15 |
| HSL | 268.24º | 0.53% | 0.69% | - |
| HSV(B) | 268.24º | 0.39% | 0.85% | - |
| XYZ | 38.28 | 30.72 | 70.24 | - |
| YUV | 154.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 218 | 0.21 | 0.39 | 0 | 0.15 | 268.24 | 0.53 | 0.69 |
| Hex | AD | 85 | DA | 15 | 27 | 0 | F | 10C | 35 | 45 |
| Octal | 255 | 205 | 332 | 25 | 47 | 0 | 17 | 414 | 65 | 105 |
| Binary | 10101101 | 10000101 | 11011010 | 10101 | 100111 | 0 | 1111 | 100001100 | 110101 | 1000101 |
Color Harmonies of #AD85DA
Complementary color
Monochromatic Colors of #AD85DA
Black with #AD85DA
Text Example
Text Example
White with #AD85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85DA; }
p { color: rgb(173,133,218); }
H1.HeaderClassName
{
color: #AD85DA;
}
.AnyTagClassName
{
color: #AD85DA;
}
</style>
background-color css
<style>
a { background-color: #AD85DA; }
a { background-color: rgb(173,133,218); }
div.DivClassName
{
background-color: #AD85DA;
}
.BgClassName
{
background-color: #AD85DA;
}
</style>
border-color css
<style>
span { border-color: #AD85DA; }
span { border-color: rgb(173,133,218); }
td.TdClassName
{
border-color: #AD85DA;
}
.TagClassName
{
border-color: #AD85DA;
}
</style>