Shades of Biloba Flower #AD95FF
Tints of Biloba Flower #AD95FF
RGB
CMYK
RGB Variations
Color information
#AD95FF (or 0xAD95FF) is known color: Biloba Flower. HEX triplet: AD, 95 and FF. RGB value is (173,149,255). Sum of RGB (Red+Green+Blue) = 173+149+255=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95FF is #526A00. Grayscale: #A7A7A7. Windows color (decimal): -5401089 or 16749997. OLE color: 16749997.
HSL color Cylindrical-coordinate representation of color #AD95FF: hue angle of 253.58º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD95FF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 149 | 255 | - |
| CMYK | 0.32 | 0.42 | 0 | 0 |
| HSL | 253.58º | 1% | 0.79% | - |
| HSV(B) | 253.58º | 0.42% | 1% | - |
| XYZ | 46.03 | 37.6 | 99.44 | - |
| YUV | 168.26 | 176.95 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 255 | 0.32 | 0.42 | 0 | 0 | 253.58 | 1 | 0.79 |
| Hex | AD | 95 | FF | 20 | 2A | 0 | 0 | FE | 64 | 4F |
| Octal | 255 | 225 | 377 | 40 | 52 | 0 | 0 | 376 | 144 | 117 |
| Binary | 10101101 | 10010101 | 11111111 | 100000 | 101010 | 0 | 0 | 11111110 | 1100100 | 1001111 |
Color Harmonies of #AD95FF
Complementary color
Monochromatic Colors of #AD95FF
Black with #AD95FF
Text Example
Text Example
White with #AD95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95FF; }
p { color: rgb(173,149,255); }
H1.HeaderClassName
{
color: #AD95FF;
}
.AnyTagClassName
{
color: #AD95FF;
}
</style>
background-color css
<style>
a { background-color: #AD95FF; }
a { background-color: rgb(173,149,255); }
div.DivClassName
{
background-color: #AD95FF;
}
.BgClassName
{
background-color: #AD95FF;
}
</style>
border-color css
<style>
span { border-color: #AD95FF; }
span { border-color: rgb(173,149,255); }
td.TdClassName
{
border-color: #AD95FF;
}
.TagClassName
{
border-color: #AD95FF;
}
</style>