Shades of Biloba Flower #AD82EC
Tints of Biloba Flower #AD82EC
RGB
CMYK
RGB Variations
Color information
#AD82EC (or 0xAD82EC) is known color: Biloba Flower. HEX triplet: AD, 82 and EC. RGB value is (173,130,236). Sum of RGB (Red+Green+Blue) = 173+130+236=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD82EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82EC is #527D13. Grayscale: #9A9A9A. Windows color (decimal): -5405972 or 15499949. OLE color: 15499949.
HSL color Cylindrical-coordinate representation of color #AD82EC: hue angle of 264.34º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD82EC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 130 | 236 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.07 |
| HSL | 264.34º | 0.74% | 0.72% | - |
| HSV(B) | 264.34º | 0.45% | 0.93% | - |
| XYZ | 40.36 | 30.91 | 83.2 | - |
| YUV | 154.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 236 | 0.27 | 0.45 | 0 | 0.07 | 264.34 | 0.74 | 0.72 |
| Hex | AD | 82 | EC | 1B | 2D | 0 | 7 | 108 | 4A | 48 |
| Octal | 255 | 202 | 354 | 33 | 55 | 0 | 7 | 410 | 112 | 110 |
| Binary | 10101101 | 10000010 | 11101100 | 11011 | 101101 | 0 | 111 | 100001000 | 1001010 | 1001000 |
Color Harmonies of #AD82EC
Complementary color
Monochromatic Colors of #AD82EC
Black with #AD82EC
Text Example
Text Example
White with #AD82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82EC; }
p { color: rgb(173,130,236); }
H1.HeaderClassName
{
color: #AD82EC;
}
.AnyTagClassName
{
color: #AD82EC;
}
</style>
background-color css
<style>
a { background-color: #AD82EC; }
a { background-color: rgb(173,130,236); }
div.DivClassName
{
background-color: #AD82EC;
}
.BgClassName
{
background-color: #AD82EC;
}
</style>
border-color css
<style>
span { border-color: #AD82EC; }
span { border-color: rgb(173,130,236); }
td.TdClassName
{
border-color: #AD82EC;
}
.TagClassName
{
border-color: #AD82EC;
}
</style>