Shades of Biloba Flower #AD90D0
Tints of Biloba Flower #AD90D0
RGB
CMYK
RGB Variations
Color information
#AD90D0 (or 0xAD90D0) is known color: Biloba Flower. HEX triplet: AD, 90 and D0. RGB value is (173,144,208). Sum of RGB (Red+Green+Blue) = 173+144+208=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD90D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90D0 is #526F2F. Grayscale: #9F9F9F. Windows color (decimal): -5402416 or 13668525. OLE color: 13668525.
HSL color Cylindrical-coordinate representation of color #AD90D0: hue angle of 267.19º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD90D0 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 144 | 208 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.18 |
| HSL | 267.19º | 0.41% | 0.69% | - |
| HSV(B) | 267.19º | 0.31% | 0.82% | - |
| XYZ | 38.59 | 33.38 | 64.08 | - |
| YUV | 159.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 208 | 0.17 | 0.31 | 0 | 0.18 | 267.19 | 0.41 | 0.69 |
| Hex | AD | 90 | D0 | 11 | 1F | 0 | 12 | 10B | 29 | 45 |
| Octal | 255 | 220 | 320 | 21 | 37 | 0 | 22 | 413 | 51 | 105 |
| Binary | 10101101 | 10010000 | 11010000 | 10001 | 11111 | 0 | 10010 | 100001011 | 101001 | 1000101 |
Color Harmonies of #AD90D0
Complementary color
Monochromatic Colors of #AD90D0
Black with #AD90D0
Text Example
Text Example
White with #AD90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90D0; }
p { color: rgb(173,144,208); }
H1.HeaderClassName
{
color: #AD90D0;
}
.AnyTagClassName
{
color: #AD90D0;
}
</style>
background-color css
<style>
a { background-color: #AD90D0; }
a { background-color: rgb(173,144,208); }
div.DivClassName
{
background-color: #AD90D0;
}
.BgClassName
{
background-color: #AD90D0;
}
</style>
border-color css
<style>
span { border-color: #AD90D0; }
span { border-color: rgb(173,144,208); }
td.TdClassName
{
border-color: #AD90D0;
}
.TagClassName
{
border-color: #AD90D0;
}
</style>