Shades of Biloba Flower #AD84EE
Tints of Biloba Flower #AD84EE
RGB
CMYK
RGB Variations
Color information
#AD84EE (or 0xAD84EE) is known color: Biloba Flower. HEX triplet: AD, 84 and EE. RGB value is (173,132,238). Sum of RGB (Red+Green+Blue) = 173+132+238=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD84EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84EE is #527B11. Grayscale: #9B9B9B. Windows color (decimal): -5405458 or 15631533. OLE color: 15631533.
HSL color Cylindrical-coordinate representation of color #AD84EE: hue angle of 263.21º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD84EE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 132 | 238 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.07 |
| HSL | 263.21º | 0.76% | 0.73% | - |
| HSV(B) | 263.21º | 0.45% | 0.93% | - |
| XYZ | 40.92 | 31.56 | 84.82 | - |
| YUV | 156.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 238 | 0.27 | 0.45 | 0 | 0.07 | 263.21 | 0.76 | 0.73 |
| Hex | AD | 84 | EE | 1B | 2D | 0 | 7 | 107 | 4C | 49 |
| Octal | 255 | 204 | 356 | 33 | 55 | 0 | 7 | 407 | 114 | 111 |
| Binary | 10101101 | 10000100 | 11101110 | 11011 | 101101 | 0 | 111 | 100000111 | 1001100 | 1001001 |
Color Harmonies of #AD84EE
Complementary color
Monochromatic Colors of #AD84EE
Black with #AD84EE
Text Example
Text Example
White with #AD84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84EE; }
p { color: rgb(173,132,238); }
H1.HeaderClassName
{
color: #AD84EE;
}
.AnyTagClassName
{
color: #AD84EE;
}
</style>
background-color css
<style>
a { background-color: #AD84EE; }
a { background-color: rgb(173,132,238); }
div.DivClassName
{
background-color: #AD84EE;
}
.BgClassName
{
background-color: #AD84EE;
}
</style>
border-color css
<style>
span { border-color: #AD84EE; }
span { border-color: rgb(173,132,238); }
td.TdClassName
{
border-color: #AD84EE;
}
.TagClassName
{
border-color: #AD84EE;
}
</style>