Shades of Biloba Flower #AD90CF
Tints of Biloba Flower #AD90CF
RGB
CMYK
RGB Variations
Color information
#AD90CF (or 0xAD90CF) is known color: Biloba Flower. HEX triplet: AD, 90 and CF. RGB value is (173,144,207). Sum of RGB (Red+Green+Blue) = 173+144+207=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90CF is #526F30. Grayscale: #9F9F9F. Windows color (decimal): -5402417 or 13602989. OLE color: 13602989.
HSL color Cylindrical-coordinate representation of color #AD90CF: hue angle of 267.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD90CF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 144 | 207 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.19 |
| HSL | 267.62º | 0.4% | 0.69% | - |
| HSV(B) | 267.62º | 0.3% | 0.81% | - |
| XYZ | 38.47 | 33.34 | 63.44 | - |
| YUV | 159.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 207 | 0.16 | 0.30 | 0 | 0.19 | 267.62 | 0.4 | 0.69 |
| Hex | AD | 90 | CF | 10 | 1E | 0 | 13 | 10C | 28 | 45 |
| Octal | 255 | 220 | 317 | 20 | 36 | 0 | 23 | 414 | 50 | 105 |
| Binary | 10101101 | 10010000 | 11001111 | 10000 | 11110 | 0 | 10011 | 100001100 | 101000 | 1000101 |
Color Harmonies of #AD90CF
Complementary color
Monochromatic Colors of #AD90CF
Black with #AD90CF
Text Example
Text Example
White with #AD90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90CF; }
p { color: rgb(173,144,207); }
H1.HeaderClassName
{
color: #AD90CF;
}
.AnyTagClassName
{
color: #AD90CF;
}
</style>
background-color css
<style>
a { background-color: #AD90CF; }
a { background-color: rgb(173,144,207); }
div.DivClassName
{
background-color: #AD90CF;
}
.BgClassName
{
background-color: #AD90CF;
}
</style>
border-color css
<style>
span { border-color: #AD90CF; }
span { border-color: rgb(173,144,207); }
td.TdClassName
{
border-color: #AD90CF;
}
.TagClassName
{
border-color: #AD90CF;
}
</style>