Shades of Biloba Flower #AD7FDF
Tints of Biloba Flower #AD7FDF
RGB
CMYK
RGB Variations
Color information
#AD7FDF (or 0xAD7FDF) is known color: Biloba Flower. HEX triplet: AD, 7F and DF. RGB value is (173,127,223). Sum of RGB (Red+Green+Blue) = 173+127+223=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDF is #528020. Grayscale: #979797. Windows color (decimal): -5406753 or 14647213. OLE color: 14647213.
HSL color Cylindrical-coordinate representation of color #AD7FDF: hue angle of 268.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7FDF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 127 | 223 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.13 |
| HSL | 268.75º | 0.6% | 0.69% | - |
| HSV(B) | 268.75º | 0.43% | 0.87% | - |
| XYZ | 38.14 | 29.39 | 73.47 | - |
| YUV | 151.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 223 | 0.22 | 0.43 | 0 | 0.13 | 268.75 | 0.6 | 0.69 |
| Hex | AD | 7F | DF | 16 | 2B | 0 | D | 10D | 3C | 45 |
| Octal | 255 | 177 | 337 | 26 | 53 | 0 | 15 | 415 | 74 | 105 |
| Binary | 10101101 | 1111111 | 11011111 | 10110 | 101011 | 0 | 1101 | 100001101 | 111100 | 1000101 |
Color Harmonies of #AD7FDF
Complementary color
Monochromatic Colors of #AD7FDF
Black with #AD7FDF
Text Example
Text Example
White with #AD7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FDF; }
p { color: rgb(173,127,223); }
H1.HeaderClassName
{
color: #AD7FDF;
}
.AnyTagClassName
{
color: #AD7FDF;
}
</style>
background-color css
<style>
a { background-color: #AD7FDF; }
a { background-color: rgb(173,127,223); }
div.DivClassName
{
background-color: #AD7FDF;
}
.BgClassName
{
background-color: #AD7FDF;
}
</style>
border-color css
<style>
span { border-color: #AD7FDF; }
span { border-color: rgb(173,127,223); }
td.TdClassName
{
border-color: #AD7FDF;
}
.TagClassName
{
border-color: #AD7FDF;
}
</style>