Shades of Biloba Flower #AD88FF
Tints of Biloba Flower #AD88FF
RGB
CMYK
RGB Variations
Color information
#AD88FF (or 0xAD88FF) is known color: Biloba Flower. HEX triplet: AD, 88 and FF. RGB value is (173,136,255). Sum of RGB (Red+Green+Blue) = 173+136+255=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88FF is #527700. Grayscale: #A0A0A0. Windows color (decimal): -5404417 or 16746669. OLE color: 16746669.
HSL color Cylindrical-coordinate representation of color #AD88FF: hue angle of 258.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD88FF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 136 | 255 | - |
| CMYK | 0.32 | 0.47 | 0 | 0 |
| HSL | 258.66º | 1% | 0.77% | - |
| HSV(B) | 258.66º | 0.47% | 1% | - |
| XYZ | 44.09 | 33.71 | 98.79 | - |
| YUV | 160.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 255 | 0.32 | 0.47 | 0 | 0 | 258.66 | 1 | 0.77 |
| Hex | AD | 88 | FF | 20 | 2F | 0 | 0 | 103 | 64 | 4D |
| Octal | 255 | 210 | 377 | 40 | 57 | 0 | 0 | 403 | 144 | 115 |
| Binary | 10101101 | 10001000 | 11111111 | 100000 | 101111 | 0 | 0 | 100000011 | 1100100 | 1001101 |
Color Harmonies of #AD88FF
Complementary color
Monochromatic Colors of #AD88FF
Black with #AD88FF
Text Example
Text Example
White with #AD88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88FF; }
p { color: rgb(173,136,255); }
H1.HeaderClassName
{
color: #AD88FF;
}
.AnyTagClassName
{
color: #AD88FF;
}
</style>
background-color css
<style>
a { background-color: #AD88FF; }
a { background-color: rgb(173,136,255); }
div.DivClassName
{
background-color: #AD88FF;
}
.BgClassName
{
background-color: #AD88FF;
}
</style>
border-color css
<style>
span { border-color: #AD88FF; }
span { border-color: rgb(173,136,255); }
td.TdClassName
{
border-color: #AD88FF;
}
.TagClassName
{
border-color: #AD88FF;
}
</style>