Shades of Biloba Flower #AD83DA
Tints of Biloba Flower #AD83DA
RGB
CMYK
RGB Variations
Color information
#AD83DA (or 0xAD83DA) is known color: Biloba Flower. HEX triplet: AD, 83 and DA. RGB value is (173,131,218). Sum of RGB (Red+Green+Blue) = 173+131+218=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DA is #527C25. Grayscale: #999999. Windows color (decimal): -5405734 or 14320557. OLE color: 14320557.
HSL color Cylindrical-coordinate representation of color #AD83DA: hue angle of 268.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD83DA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 131 | 218 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.15 |
| HSL | 268.97º | 0.54% | 0.68% | - |
| HSV(B) | 268.97º | 0.4% | 0.85% | - |
| XYZ | 38 | 30.18 | 70.15 | - |
| YUV | 153.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 218 | 0.21 | 0.40 | 0 | 0.15 | 268.97 | 0.54 | 0.68 |
| Hex | AD | 83 | DA | 15 | 28 | 0 | F | 10D | 36 | 44 |
| Octal | 255 | 203 | 332 | 25 | 50 | 0 | 17 | 415 | 66 | 104 |
| Binary | 10101101 | 10000011 | 11011010 | 10101 | 101000 | 0 | 1111 | 100001101 | 110110 | 1000100 |
Color Harmonies of #AD83DA
Complementary color
Monochromatic Colors of #AD83DA
Black with #AD83DA
Text Example
Text Example
White with #AD83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83DA; }
p { color: rgb(173,131,218); }
H1.HeaderClassName
{
color: #AD83DA;
}
.AnyTagClassName
{
color: #AD83DA;
}
</style>
background-color css
<style>
a { background-color: #AD83DA; }
a { background-color: rgb(173,131,218); }
div.DivClassName
{
background-color: #AD83DA;
}
.BgClassName
{
background-color: #AD83DA;
}
</style>
border-color css
<style>
span { border-color: #AD83DA; }
span { border-color: rgb(173,131,218); }
td.TdClassName
{
border-color: #AD83DA;
}
.TagClassName
{
border-color: #AD83DA;
}
</style>