Shades of Biloba Flower #AD81ED
Tints of Biloba Flower #AD81ED
RGB
CMYK
RGB Variations
Color information
#AD81ED (or 0xAD81ED) is known color: Biloba Flower. HEX triplet: AD, 81 and ED. RGB value is (173,129,237). Sum of RGB (Red+Green+Blue) = 173+129+237=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81ED is #527E12. Grayscale: #9A9A9A. Windows color (decimal): -5406227 or 15565229. OLE color: 15565229.
HSL color Cylindrical-coordinate representation of color #AD81ED: hue angle of 264.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD81ED is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 129 | 237 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.07 |
| HSL | 264.44º | 0.75% | 0.72% | - |
| HSV(B) | 264.44º | 0.46% | 0.93% | - |
| XYZ | 40.37 | 30.7 | 83.92 | - |
| YUV | 154.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 237 | 0.27 | 0.46 | 0 | 0.07 | 264.44 | 0.75 | 0.72 |
| Hex | AD | 81 | ED | 1B | 2E | 0 | 7 | 108 | 4B | 48 |
| Octal | 255 | 201 | 355 | 33 | 56 | 0 | 7 | 410 | 113 | 110 |
| Binary | 10101101 | 10000001 | 11101101 | 11011 | 101110 | 0 | 111 | 100001000 | 1001011 | 1001000 |
Color Harmonies of #AD81ED
Complementary color
Monochromatic Colors of #AD81ED
Black with #AD81ED
Text Example
Text Example
White with #AD81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81ED; }
p { color: rgb(173,129,237); }
H1.HeaderClassName
{
color: #AD81ED;
}
.AnyTagClassName
{
color: #AD81ED;
}
</style>
background-color css
<style>
a { background-color: #AD81ED; }
a { background-color: rgb(173,129,237); }
div.DivClassName
{
background-color: #AD81ED;
}
.BgClassName
{
background-color: #AD81ED;
}
</style>
border-color css
<style>
span { border-color: #AD81ED; }
span { border-color: rgb(173,129,237); }
td.TdClassName
{
border-color: #AD81ED;
}
.TagClassName
{
border-color: #AD81ED;
}
</style>