Shades of Biloba Flower #AD91FC
Tints of Biloba Flower #AD91FC
RGB
CMYK
RGB Variations
Color information
#AD91FC (or 0xAD91FC) is known color: Biloba Flower. HEX triplet: AD, 91 and FC. RGB value is (173,145,252). Sum of RGB (Red+Green+Blue) = 173+145+252=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD91FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91FC is #526E03. Grayscale: #A5A5A5. Windows color (decimal): -5402116 or 16552365. OLE color: 16552365.
HSL color Cylindrical-coordinate representation of color #AD91FC: hue angle of 255.7º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD91FC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 145 | 252 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.01 |
| HSL | 255.7º | 0.95% | 0.78% | - |
| HSV(B) | 255.7º | 0.42% | 0.99% | - |
| XYZ | 44.93 | 36.16 | 96.71 | - |
| YUV | 165.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 252 | 0.31 | 0.42 | 0 | 0.01 | 255.7 | 0.95 | 0.78 |
| Hex | AD | 91 | FC | 1F | 2A | 0 | 1 | 100 | 5F | 4E |
| Octal | 255 | 221 | 374 | 37 | 52 | 0 | 1 | 400 | 137 | 116 |
| Binary | 10101101 | 10010001 | 11111100 | 11111 | 101010 | 0 | 1 | 100000000 | 1011111 | 1001110 |
Color Harmonies of #AD91FC
Complementary color
Monochromatic Colors of #AD91FC
Black with #AD91FC
Text Example
Text Example
White with #AD91FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91FC; }
p { color: rgb(173,145,252); }
H1.HeaderClassName
{
color: #AD91FC;
}
.AnyTagClassName
{
color: #AD91FC;
}
</style>
background-color css
<style>
a { background-color: #AD91FC; }
a { background-color: rgb(173,145,252); }
div.DivClassName
{
background-color: #AD91FC;
}
.BgClassName
{
background-color: #AD91FC;
}
</style>
border-color css
<style>
span { border-color: #AD91FC; }
span { border-color: rgb(173,145,252); }
td.TdClassName
{
border-color: #AD91FC;
}
.TagClassName
{
border-color: #AD91FC;
}
</style>