Shades of Biloba Flower #AD90FA
Tints of Biloba Flower #AD90FA
RGB
CMYK
RGB Variations
Color information
#AD90FA (or 0xAD90FA) is known color: Biloba Flower. HEX triplet: AD, 90 and FA. RGB value is (173,144,250). Sum of RGB (Red+Green+Blue) = 173+144+250=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90FA is #526F05. Grayscale: #A4A4A4. Windows color (decimal): -5402374 or 16421037. OLE color: 16421037.
HSL color Cylindrical-coordinate representation of color #AD90FA: hue angle of 256.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD90FA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 144 | 250 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.02 |
| HSL | 256.42º | 0.91% | 0.77% | - |
| HSV(B) | 256.42º | 0.42% | 0.98% | - |
| XYZ | 44.46 | 35.73 | 95 | - |
| YUV | 164.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 250 | 0.31 | 0.42 | 0 | 0.02 | 256.42 | 0.91 | 0.77 |
| Hex | AD | 90 | FA | 1F | 2A | 0 | 2 | 100 | 5B | 4D |
| Octal | 255 | 220 | 372 | 37 | 52 | 0 | 2 | 400 | 133 | 115 |
| Binary | 10101101 | 10010000 | 11111010 | 11111 | 101010 | 0 | 10 | 100000000 | 1011011 | 1001101 |
Color Harmonies of #AD90FA
Complementary color
Monochromatic Colors of #AD90FA
Black with #AD90FA
Text Example
Text Example
White with #AD90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90FA; }
p { color: rgb(173,144,250); }
H1.HeaderClassName
{
color: #AD90FA;
}
.AnyTagClassName
{
color: #AD90FA;
}
</style>
background-color css
<style>
a { background-color: #AD90FA; }
a { background-color: rgb(173,144,250); }
div.DivClassName
{
background-color: #AD90FA;
}
.BgClassName
{
background-color: #AD90FA;
}
</style>
border-color css
<style>
span { border-color: #AD90FA; }
span { border-color: rgb(173,144,250); }
td.TdClassName
{
border-color: #AD90FA;
}
.TagClassName
{
border-color: #AD90FA;
}
</style>