Shades of Biloba Flower #AD7FE6
Tints of Biloba Flower #AD7FE6
RGB
CMYK
RGB Variations
Color information
#AD7FE6 (or 0xAD7FE6) is known color: Biloba Flower. HEX triplet: AD, 7F and E6. RGB value is (173,127,230). Sum of RGB (Red+Green+Blue) = 173+127+230=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD7FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FE6 is #528019. Grayscale: #989898. Windows color (decimal): -5406746 or 15105965. OLE color: 15105965.
HSL color Cylindrical-coordinate representation of color #AD7FE6: hue angle of 266.8º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7FE6 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 127 | 230 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.10 |
| HSL | 266.8º | 0.67% | 0.7% | - |
| HSV(B) | 266.8º | 0.45% | 0.9% | - |
| XYZ | 39.11 | 29.78 | 78.55 | - |
| YUV | 152.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 230 | 0.25 | 0.45 | 0 | 0.10 | 266.8 | 0.67 | 0.7 |
| Hex | AD | 7F | E6 | 19 | 2D | 0 | A | 10B | 43 | 46 |
| Octal | 255 | 177 | 346 | 31 | 55 | 0 | 12 | 413 | 103 | 106 |
| Binary | 10101101 | 1111111 | 11100110 | 11001 | 101101 | 0 | 1010 | 100001011 | 1000011 | 1000110 |
Color Harmonies of #AD7FE6
Complementary color
Monochromatic Colors of #AD7FE6
Black with #AD7FE6
Text Example
Text Example
White with #AD7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FE6; }
p { color: rgb(173,127,230); }
H1.HeaderClassName
{
color: #AD7FE6;
}
.AnyTagClassName
{
color: #AD7FE6;
}
</style>
background-color css
<style>
a { background-color: #AD7FE6; }
a { background-color: rgb(173,127,230); }
div.DivClassName
{
background-color: #AD7FE6;
}
.BgClassName
{
background-color: #AD7FE6;
}
</style>
border-color css
<style>
span { border-color: #AD7FE6; }
span { border-color: rgb(173,127,230); }
td.TdClassName
{
border-color: #AD7FE6;
}
.TagClassName
{
border-color: #AD7FE6;
}
</style>