Shades of Biloba Flower #AD88DC
Tints of Biloba Flower #AD88DC
RGB
CMYK
RGB Variations
Color information
#AD88DC (or 0xAD88DC) is known color: Biloba Flower. HEX triplet: AD, 88 and DC. RGB value is (173,136,220). Sum of RGB (Red+Green+Blue) = 173+136+220=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88DC is #527723. Grayscale: #9C9C9C. Windows color (decimal): -5404452 or 14452909. OLE color: 14452909.
HSL color Cylindrical-coordinate representation of color #AD88DC: hue angle of 266.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD88DC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 136 | 220 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.14 |
| HSL | 266.43º | 0.55% | 0.7% | - |
| HSV(B) | 266.43º | 0.38% | 0.86% | - |
| XYZ | 38.96 | 31.66 | 71.77 | - |
| YUV | 156.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 220 | 0.21 | 0.38 | 0 | 0.14 | 266.43 | 0.55 | 0.7 |
| Hex | AD | 88 | DC | 15 | 26 | 0 | E | 10A | 37 | 46 |
| Octal | 255 | 210 | 334 | 25 | 46 | 0 | 16 | 412 | 67 | 106 |
| Binary | 10101101 | 10001000 | 11011100 | 10101 | 100110 | 0 | 1110 | 100001010 | 110111 | 1000110 |
Color Harmonies of #AD88DC
Complementary color
Monochromatic Colors of #AD88DC
Black with #AD88DC
Text Example
Text Example
White with #AD88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88DC; }
p { color: rgb(173,136,220); }
H1.HeaderClassName
{
color: #AD88DC;
}
.AnyTagClassName
{
color: #AD88DC;
}
</style>
background-color css
<style>
a { background-color: #AD88DC; }
a { background-color: rgb(173,136,220); }
div.DivClassName
{
background-color: #AD88DC;
}
.BgClassName
{
background-color: #AD88DC;
}
</style>
border-color css
<style>
span { border-color: #AD88DC; }
span { border-color: rgb(173,136,220); }
td.TdClassName
{
border-color: #AD88DC;
}
.TagClassName
{
border-color: #AD88DC;
}
</style>