Shades of Biloba Flower #AD92FF
Tints of Biloba Flower #AD92FF
RGB
CMYK
RGB Variations
Color information
#AD92FF (or 0xAD92FF) is known color: Biloba Flower. HEX triplet: AD, 92 and FF. RGB value is (173,146,255). Sum of RGB (Red+Green+Blue) = 173+146+255=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92FF is #526D00. Grayscale: #A6A6A6. Windows color (decimal): -5401857 or 16749229. OLE color: 16749229.
HSL color Cylindrical-coordinate representation of color #AD92FF: hue angle of 254.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD92FF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 146 | 255 | - |
| CMYK | 0.32 | 0.43 | 0 | 0 |
| HSL | 254.86º | 1% | 0.79% | - |
| HSV(B) | 254.86º | 0.43% | 1% | - |
| XYZ | 45.56 | 36.66 | 99.28 | - |
| YUV | 166.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 255 | 0.32 | 0.43 | 0 | 0 | 254.86 | 1 | 0.79 |
| Hex | AD | 92 | FF | 20 | 2B | 0 | 0 | FF | 64 | 4F |
| Octal | 255 | 222 | 377 | 40 | 53 | 0 | 0 | 377 | 144 | 117 |
| Binary | 10101101 | 10010010 | 11111111 | 100000 | 101011 | 0 | 0 | 11111111 | 1100100 | 1001111 |
Color Harmonies of #AD92FF
Complementary color
Monochromatic Colors of #AD92FF
Black with #AD92FF
Text Example
Text Example
White with #AD92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92FF; }
p { color: rgb(173,146,255); }
H1.HeaderClassName
{
color: #AD92FF;
}
.AnyTagClassName
{
color: #AD92FF;
}
</style>
background-color css
<style>
a { background-color: #AD92FF; }
a { background-color: rgb(173,146,255); }
div.DivClassName
{
background-color: #AD92FF;
}
.BgClassName
{
background-color: #AD92FF;
}
</style>
border-color css
<style>
span { border-color: #AD92FF; }
span { border-color: rgb(173,146,255); }
td.TdClassName
{
border-color: #AD92FF;
}
.TagClassName
{
border-color: #AD92FF;
}
</style>