Shades of Biloba Flower #AD8CFD
Tints of Biloba Flower #AD8CFD
RGB
CMYK
RGB Variations
Color information
#AD8CFD (or 0xAD8CFD) is known color: Biloba Flower. HEX triplet: AD, 8C and FD. RGB value is (173,140,253). Sum of RGB (Red+Green+Blue) = 173+140+253=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFD is #527302. Grayscale: #A2A2A2. Windows color (decimal): -5403395 or 16616621. OLE color: 16616621.
HSL color Cylindrical-coordinate representation of color #AD8CFD: hue angle of 257.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8CFD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 140 | 253 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.01 |
| HSL | 257.52º | 0.97% | 0.77% | - |
| HSV(B) | 257.52º | 0.45% | 0.99% | - |
| XYZ | 44.34 | 34.73 | 97.3 | - |
| YUV | 162.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 253 | 0.32 | 0.45 | 0 | 0.01 | 257.52 | 0.97 | 0.77 |
| Hex | AD | 8C | FD | 20 | 2D | 0 | 1 | 102 | 61 | 4D |
| Octal | 255 | 214 | 375 | 40 | 55 | 0 | 1 | 402 | 141 | 115 |
| Binary | 10101101 | 10001100 | 11111101 | 100000 | 101101 | 0 | 1 | 100000010 | 1100001 | 1001101 |
Color Harmonies of #AD8CFD
Complementary color
Monochromatic Colors of #AD8CFD
Black with #AD8CFD
Text Example
Text Example
White with #AD8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CFD; }
p { color: rgb(173,140,253); }
H1.HeaderClassName
{
color: #AD8CFD;
}
.AnyTagClassName
{
color: #AD8CFD;
}
</style>
background-color css
<style>
a { background-color: #AD8CFD; }
a { background-color: rgb(173,140,253); }
div.DivClassName
{
background-color: #AD8CFD;
}
.BgClassName
{
background-color: #AD8CFD;
}
</style>
border-color css
<style>
span { border-color: #AD8CFD; }
span { border-color: rgb(173,140,253); }
td.TdClassName
{
border-color: #AD8CFD;
}
.TagClassName
{
border-color: #AD8CFD;
}
</style>