Shades of Biloba Flower #AD82ED
Tints of Biloba Flower #AD82ED
RGB
CMYK
RGB Variations
Color information
#AD82ED (or 0xAD82ED) is known color: Biloba Flower. HEX triplet: AD, 82 and ED. RGB value is (173,130,237). Sum of RGB (Red+Green+Blue) = 173+130+237=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82ED is #527D12. Grayscale: #9A9A9A. Windows color (decimal): -5405971 or 15565485. OLE color: 15565485.
HSL color Cylindrical-coordinate representation of color #AD82ED: hue angle of 264.11º degrees, saturation: 0.75, 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 #AD82ED is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 130 | 237 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.07 |
| HSL | 264.11º | 0.75% | 0.72% | - |
| HSV(B) | 264.11º | 0.45% | 0.93% | - |
| XYZ | 40.5 | 30.96 | 83.96 | - |
| YUV | 155.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 237 | 0.27 | 0.45 | 0 | 0.07 | 264.11 | 0.75 | 0.72 |
| Hex | AD | 82 | ED | 1B | 2D | 0 | 7 | 108 | 4B | 48 |
| Octal | 255 | 202 | 355 | 33 | 55 | 0 | 7 | 410 | 113 | 110 |
| Binary | 10101101 | 10000010 | 11101101 | 11011 | 101101 | 0 | 111 | 100001000 | 1001011 | 1001000 |
Color Harmonies of #AD82ED
Complementary color
Monochromatic Colors of #AD82ED
Black with #AD82ED
Text Example
Text Example
White with #AD82ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82ED; }
p { color: rgb(173,130,237); }
H1.HeaderClassName
{
color: #AD82ED;
}
.AnyTagClassName
{
color: #AD82ED;
}
</style>
background-color css
<style>
a { background-color: #AD82ED; }
a { background-color: rgb(173,130,237); }
div.DivClassName
{
background-color: #AD82ED;
}
.BgClassName
{
background-color: #AD82ED;
}
</style>
border-color css
<style>
span { border-color: #AD82ED; }
span { border-color: rgb(173,130,237); }
td.TdClassName
{
border-color: #AD82ED;
}
.TagClassName
{
border-color: #AD82ED;
}
</style>