Shades of Biloba Flower #AD82E0
Tints of Biloba Flower #AD82E0
RGB
CMYK
RGB Variations
Color information
#AD82E0 (or 0xAD82E0) is known color: Biloba Flower. HEX triplet: AD, 82 and E0. RGB value is (173,130,224). Sum of RGB (Red+Green+Blue) = 173+130+224=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD82E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82E0 is #527D1F. Grayscale: #999999. Windows color (decimal): -5405984 or 14713517. OLE color: 14713517.
HSL color Cylindrical-coordinate representation of color #AD82E0: hue angle of 267.45º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD82E0 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 130 | 224 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.12 |
| HSL | 267.45º | 0.6% | 0.69% | - |
| HSV(B) | 267.45º | 0.42% | 0.88% | - |
| XYZ | 38.67 | 30.23 | 74.32 | - |
| YUV | 153.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 224 | 0.23 | 0.42 | 0 | 0.12 | 267.45 | 0.6 | 0.69 |
| Hex | AD | 82 | E0 | 17 | 2A | 0 | C | 10B | 3C | 45 |
| Octal | 255 | 202 | 340 | 27 | 52 | 0 | 14 | 413 | 74 | 105 |
| Binary | 10101101 | 10000010 | 11100000 | 10111 | 101010 | 0 | 1100 | 100001011 | 111100 | 1000101 |
Color Harmonies of #AD82E0
Complementary color
Monochromatic Colors of #AD82E0
Black with #AD82E0
Text Example
Text Example
White with #AD82E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82E0; }
p { color: rgb(173,130,224); }
H1.HeaderClassName
{
color: #AD82E0;
}
.AnyTagClassName
{
color: #AD82E0;
}
</style>
background-color css
<style>
a { background-color: #AD82E0; }
a { background-color: rgb(173,130,224); }
div.DivClassName
{
background-color: #AD82E0;
}
.BgClassName
{
background-color: #AD82E0;
}
</style>
border-color css
<style>
span { border-color: #AD82E0; }
span { border-color: rgb(173,130,224); }
td.TdClassName
{
border-color: #AD82E0;
}
.TagClassName
{
border-color: #AD82E0;
}
</style>