Shades of Biloba Flower #AD85F4
Tints of Biloba Flower #AD85F4
RGB
CMYK
RGB Variations
Color information
#AD85F4 (or 0xAD85F4) is known color: Biloba Flower. HEX triplet: AD, 85 and F4. RGB value is (173,133,244). Sum of RGB (Red+Green+Blue) = 173+133+244=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD85F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F4 is #527A0B. Grayscale: #9D9D9D. Windows color (decimal): -5405196 or 16025005. OLE color: 16025005.
HSL color Cylindrical-coordinate representation of color #AD85F4: hue angle of 261.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD85F4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 133 | 244 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.04 |
| HSL | 261.62º | 0.83% | 0.74% | - |
| HSV(B) | 261.62º | 0.45% | 0.96% | - |
| XYZ | 41.95 | 32.19 | 89.59 | - |
| YUV | 157.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 244 | 0.29 | 0.45 | 0 | 0.04 | 261.62 | 0.83 | 0.74 |
| Hex | AD | 85 | F4 | 1D | 2D | 0 | 4 | 106 | 53 | 4A |
| Octal | 255 | 205 | 364 | 35 | 55 | 0 | 4 | 406 | 123 | 112 |
| Binary | 10101101 | 10000101 | 11110100 | 11101 | 101101 | 0 | 100 | 100000110 | 1010011 | 1001010 |
Color Harmonies of #AD85F4
Complementary color
Monochromatic Colors of #AD85F4
Black with #AD85F4
Text Example
Text Example
White with #AD85F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85F4; }
p { color: rgb(173,133,244); }
H1.HeaderClassName
{
color: #AD85F4;
}
.AnyTagClassName
{
color: #AD85F4;
}
</style>
background-color css
<style>
a { background-color: #AD85F4; }
a { background-color: rgb(173,133,244); }
div.DivClassName
{
background-color: #AD85F4;
}
.BgClassName
{
background-color: #AD85F4;
}
</style>
border-color css
<style>
span { border-color: #AD85F4; }
span { border-color: rgb(173,133,244); }
td.TdClassName
{
border-color: #AD85F4;
}
.TagClassName
{
border-color: #AD85F4;
}
</style>