Shades of Biloba Flower #AD7FDD
Tints of Biloba Flower #AD7FDD
RGB
CMYK
RGB Variations
Color information
#AD7FDD (or 0xAD7FDD) is known color: Biloba Flower. HEX triplet: AD, 7F and DD. RGB value is (173,127,221). Sum of RGB (Red+Green+Blue) = 173+127+221=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDD is #528022. Grayscale: #979797. Windows color (decimal): -5406755 or 14516141. OLE color: 14516141.
HSL color Cylindrical-coordinate representation of color #AD7FDD: hue angle of 269.36º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7FDD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 127 | 221 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.13 |
| HSL | 269.36º | 0.58% | 0.68% | - |
| HSV(B) | 269.36º | 0.43% | 0.87% | - |
| XYZ | 37.87 | 29.28 | 72.06 | - |
| YUV | 151.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 221 | 0.22 | 0.43 | 0 | 0.13 | 269.36 | 0.58 | 0.68 |
| Hex | AD | 7F | DD | 16 | 2B | 0 | D | 10D | 3A | 44 |
| Octal | 255 | 177 | 335 | 26 | 53 | 0 | 15 | 415 | 72 | 104 |
| Binary | 10101101 | 1111111 | 11011101 | 10110 | 101011 | 0 | 1101 | 100001101 | 111010 | 1000100 |
Color Harmonies of #AD7FDD
Complementary color
Monochromatic Colors of #AD7FDD
Black with #AD7FDD
Text Example
Text Example
White with #AD7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FDD; }
p { color: rgb(173,127,221); }
H1.HeaderClassName
{
color: #AD7FDD;
}
.AnyTagClassName
{
color: #AD7FDD;
}
</style>
background-color css
<style>
a { background-color: #AD7FDD; }
a { background-color: rgb(173,127,221); }
div.DivClassName
{
background-color: #AD7FDD;
}
.BgClassName
{
background-color: #AD7FDD;
}
</style>
border-color css
<style>
span { border-color: #AD7FDD; }
span { border-color: rgb(173,127,221); }
td.TdClassName
{
border-color: #AD7FDD;
}
.TagClassName
{
border-color: #AD7FDD;
}
</style>