Shades of Biloba Flower #AD87F2
Tints of Biloba Flower #AD87F2
RGB
CMYK
RGB Variations
Color information
#AD87F2 (or 0xAD87F2) is known color: Biloba Flower. HEX triplet: AD, 87 and F2. RGB value is (173,135,242). Sum of RGB (Red+Green+Blue) = 173+135+242=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD87F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD87F2 is #52780D. Grayscale: #9E9E9E. Windows color (decimal): -5404686 or 15894445. OLE color: 15894445.
HSL color Cylindrical-coordinate representation of color #AD87F2: hue angle of 261.31º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD87F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 135 | 242 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.05 |
| HSL | 261.31º | 0.8% | 0.74% | - |
| HSV(B) | 261.31º | 0.44% | 0.95% | - |
| XYZ | 41.92 | 32.62 | 88.09 | - |
| YUV | 158.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 242 | 0.29 | 0.44 | 0 | 0.05 | 261.31 | 0.8 | 0.74 |
| Hex | AD | 87 | F2 | 1D | 2C | 0 | 5 | 105 | 50 | 4A |
| Octal | 255 | 207 | 362 | 35 | 54 | 0 | 5 | 405 | 120 | 112 |
| Binary | 10101101 | 10000111 | 11110010 | 11101 | 101100 | 0 | 101 | 100000101 | 1010000 | 1001010 |
Color Harmonies of #AD87F2
Complementary color
Monochromatic Colors of #AD87F2
Black with #AD87F2
Text Example
Text Example
White with #AD87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87F2; }
p { color: rgb(173,135,242); }
H1.HeaderClassName
{
color: #AD87F2;
}
.AnyTagClassName
{
color: #AD87F2;
}
</style>
background-color css
<style>
a { background-color: #AD87F2; }
a { background-color: rgb(173,135,242); }
div.DivClassName
{
background-color: #AD87F2;
}
.BgClassName
{
background-color: #AD87F2;
}
</style>
border-color css
<style>
span { border-color: #AD87F2; }
span { border-color: rgb(173,135,242); }
td.TdClassName
{
border-color: #AD87F2;
}
.TagClassName
{
border-color: #AD87F2;
}
</style>