Shades of Biloba Flower #AD86DC
Tints of Biloba Flower #AD86DC
RGB
CMYK
RGB Variations
Color information
#AD86DC (or 0xAD86DC) is known color: Biloba Flower. HEX triplet: AD, 86 and DC. RGB value is (173,134,220). Sum of RGB (Red+Green+Blue) = 173+134+220=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86DC is #527923. Grayscale: #9B9B9B. Windows color (decimal): -5404964 or 14452397. OLE color: 14452397.
HSL color Cylindrical-coordinate representation of color #AD86DC: hue angle of 267.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD86DC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 134 | 220 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.14 |
| HSL | 267.21º | 0.55% | 0.69% | - |
| HSV(B) | 267.21º | 0.39% | 0.86% | - |
| XYZ | 38.68 | 31.1 | 71.67 | - |
| YUV | 155.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 220 | 0.21 | 0.39 | 0 | 0.14 | 267.21 | 0.55 | 0.69 |
| Hex | AD | 86 | DC | 15 | 27 | 0 | E | 10B | 37 | 45 |
| Octal | 255 | 206 | 334 | 25 | 47 | 0 | 16 | 413 | 67 | 105 |
| Binary | 10101101 | 10000110 | 11011100 | 10101 | 100111 | 0 | 1110 | 100001011 | 110111 | 1000101 |
Color Harmonies of #AD86DC
Complementary color
Monochromatic Colors of #AD86DC
Black with #AD86DC
Text Example
Text Example
White with #AD86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86DC; }
p { color: rgb(173,134,220); }
H1.HeaderClassName
{
color: #AD86DC;
}
.AnyTagClassName
{
color: #AD86DC;
}
</style>
background-color css
<style>
a { background-color: #AD86DC; }
a { background-color: rgb(173,134,220); }
div.DivClassName
{
background-color: #AD86DC;
}
.BgClassName
{
background-color: #AD86DC;
}
</style>
border-color css
<style>
span { border-color: #AD86DC; }
span { border-color: rgb(173,134,220); }
td.TdClassName
{
border-color: #AD86DC;
}
.TagClassName
{
border-color: #AD86DC;
}
</style>