Shades of Biloba Flower #AD85F5
Tints of Biloba Flower #AD85F5
RGB
CMYK
RGB Variations
Color information
#AD85F5 (or 0xAD85F5) is known color: Biloba Flower. HEX triplet: AD, 85 and F5. RGB value is (173,133,245). Sum of RGB (Red+Green+Blue) = 173+133+245=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD85F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85F5 is #527A0A. Grayscale: #9D9D9D. Windows color (decimal): -5405195 or 16090541. OLE color: 16090541.
HSL color Cylindrical-coordinate representation of color #AD85F5: hue angle of 261.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD85F5 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 133 | 245 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.04 |
| HSL | 261.43º | 0.85% | 0.74% | - |
| HSV(B) | 261.43º | 0.46% | 0.96% | - |
| XYZ | 42.1 | 32.25 | 90.39 | - |
| YUV | 157.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 245 | 0.29 | 0.46 | 0 | 0.04 | 261.43 | 0.85 | 0.74 |
| Hex | AD | 85 | F5 | 1D | 2E | 0 | 4 | 105 | 55 | 4A |
| Octal | 255 | 205 | 365 | 35 | 56 | 0 | 4 | 405 | 125 | 112 |
| Binary | 10101101 | 10000101 | 11110101 | 11101 | 101110 | 0 | 100 | 100000101 | 1010101 | 1001010 |
Color Harmonies of #AD85F5
Complementary color
Monochromatic Colors of #AD85F5
Black with #AD85F5
Text Example
Text Example
White with #AD85F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85F5; }
p { color: rgb(173,133,245); }
H1.HeaderClassName
{
color: #AD85F5;
}
.AnyTagClassName
{
color: #AD85F5;
}
</style>
background-color css
<style>
a { background-color: #AD85F5; }
a { background-color: rgb(173,133,245); }
div.DivClassName
{
background-color: #AD85F5;
}
.BgClassName
{
background-color: #AD85F5;
}
</style>
border-color css
<style>
span { border-color: #AD85F5; }
span { border-color: rgb(173,133,245); }
td.TdClassName
{
border-color: #AD85F5;
}
.TagClassName
{
border-color: #AD85F5;
}
</style>