Shades of Biloba Flower #AD85EF
Tints of Biloba Flower #AD85EF
RGB
CMYK
RGB Variations
Color information
#AD85EF (or 0xAD85EF) is known color: Biloba Flower. HEX triplet: AD, 85 and EF. RGB value is (173,133,239). Sum of RGB (Red+Green+Blue) = 173+133+239=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85EF is #527A10. Grayscale: #9C9C9C. Windows color (decimal): -5405201 or 15697325. OLE color: 15697325.
HSL color Cylindrical-coordinate representation of color #AD85EF: hue angle of 262.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD85EF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 133 | 239 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.06 |
| HSL | 262.64º | 0.77% | 0.73% | - |
| HSV(B) | 262.64º | 0.44% | 0.94% | - |
| XYZ | 41.2 | 31.89 | 85.65 | - |
| YUV | 157.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 239 | 0.28 | 0.44 | 0 | 0.06 | 262.64 | 0.77 | 0.73 |
| Hex | AD | 85 | EF | 1C | 2C | 0 | 6 | 107 | 4D | 49 |
| Octal | 255 | 205 | 357 | 34 | 54 | 0 | 6 | 407 | 115 | 111 |
| Binary | 10101101 | 10000101 | 11101111 | 11100 | 101100 | 0 | 110 | 100000111 | 1001101 | 1001001 |
Color Harmonies of #AD85EF
Complementary color
Monochromatic Colors of #AD85EF
Black with #AD85EF
Text Example
Text Example
White with #AD85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85EF; }
p { color: rgb(173,133,239); }
H1.HeaderClassName
{
color: #AD85EF;
}
.AnyTagClassName
{
color: #AD85EF;
}
</style>
background-color css
<style>
a { background-color: #AD85EF; }
a { background-color: rgb(173,133,239); }
div.DivClassName
{
background-color: #AD85EF;
}
.BgClassName
{
background-color: #AD85EF;
}
</style>
border-color css
<style>
span { border-color: #AD85EF; }
span { border-color: rgb(173,133,239); }
td.TdClassName
{
border-color: #AD85EF;
}
.TagClassName
{
border-color: #AD85EF;
}
</style>