Shades of Biloba Flower #AD7FDC
Tints of Biloba Flower #AD7FDC
RGB
CMYK
RGB Variations
Color information
#AD7FDC (or 0xAD7FDC) is known color: Biloba Flower. HEX triplet: AD, 7F and DC. RGB value is (173,127,220). Sum of RGB (Red+Green+Blue) = 173+127+220=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDC is #528023. Grayscale: #979797. Windows color (decimal): -5406756 or 14450605. OLE color: 14450605.
HSL color Cylindrical-coordinate representation of color #AD7FDC: hue angle of 269.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7FDC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 127 | 220 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.14 |
| HSL | 269.68º | 0.57% | 0.68% | - |
| HSV(B) | 269.68º | 0.42% | 0.86% | - |
| XYZ | 37.74 | 29.23 | 71.36 | - |
| YUV | 151.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 220 | 0.21 | 0.42 | 0 | 0.14 | 269.68 | 0.57 | 0.68 |
| Hex | AD | 7F | DC | 15 | 2A | 0 | E | 10E | 39 | 44 |
| Octal | 255 | 177 | 334 | 25 | 52 | 0 | 16 | 416 | 71 | 104 |
| Binary | 10101101 | 1111111 | 11011100 | 10101 | 101010 | 0 | 1110 | 100001110 | 111001 | 1000100 |
Color Harmonies of #AD7FDC
Complementary color
Monochromatic Colors of #AD7FDC
Black with #AD7FDC
Text Example
Text Example
White with #AD7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FDC; }
p { color: rgb(173,127,220); }
H1.HeaderClassName
{
color: #AD7FDC;
}
.AnyTagClassName
{
color: #AD7FDC;
}
</style>
background-color css
<style>
a { background-color: #AD7FDC; }
a { background-color: rgb(173,127,220); }
div.DivClassName
{
background-color: #AD7FDC;
}
.BgClassName
{
background-color: #AD7FDC;
}
</style>
border-color css
<style>
span { border-color: #AD7FDC; }
span { border-color: rgb(173,127,220); }
td.TdClassName
{
border-color: #AD7FDC;
}
.TagClassName
{
border-color: #AD7FDC;
}
</style>