Shades of Biloba Flower #AD7CDA
Tints of Biloba Flower #AD7CDA
RGB
CMYK
RGB Variations
Color information
#AD7CDA (or 0xAD7CDA) is known color: Biloba Flower. HEX triplet: AD, 7C and DA. RGB value is (173,124,218). Sum of RGB (Red+Green+Blue) = 173+124+218=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDA is #528325. Grayscale: #959595. Windows color (decimal): -5407526 or 14318765. OLE color: 14318765.
HSL color Cylindrical-coordinate representation of color #AD7CDA: hue angle of 271.28º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7CDA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 124 | 218 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.15 |
| HSL | 271.28º | 0.56% | 0.67% | - |
| HSV(B) | 271.28º | 0.43% | 0.85% | - |
| XYZ | 37.1 | 28.36 | 69.85 | - |
| YUV | 149.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 218 | 0.21 | 0.43 | 0 | 0.15 | 271.28 | 0.56 | 0.67 |
| Hex | AD | 7C | DA | 15 | 2B | 0 | F | 10F | 38 | 43 |
| Octal | 255 | 174 | 332 | 25 | 53 | 0 | 17 | 417 | 70 | 103 |
| Binary | 10101101 | 1111100 | 11011010 | 10101 | 101011 | 0 | 1111 | 100001111 | 111000 | 1000011 |
Color Harmonies of #AD7CDA
Complementary color
Monochromatic Colors of #AD7CDA
Black with #AD7CDA
Text Example
Text Example
White with #AD7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CDA; }
p { color: rgb(173,124,218); }
H1.HeaderClassName
{
color: #AD7CDA;
}
.AnyTagClassName
{
color: #AD7CDA;
}
</style>
background-color css
<style>
a { background-color: #AD7CDA; }
a { background-color: rgb(173,124,218); }
div.DivClassName
{
background-color: #AD7CDA;
}
.BgClassName
{
background-color: #AD7CDA;
}
</style>
border-color css
<style>
span { border-color: #AD7CDA; }
span { border-color: rgb(173,124,218); }
td.TdClassName
{
border-color: #AD7CDA;
}
.TagClassName
{
border-color: #AD7CDA;
}
</style>