Shades of Biloba Flower #AD84EA
Tints of Biloba Flower #AD84EA
RGB
CMYK
RGB Variations
Color information
#AD84EA (or 0xAD84EA) is known color: Biloba Flower. HEX triplet: AD, 84 and EA. RGB value is (173,132,234). Sum of RGB (Red+Green+Blue) = 173+132+234=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84EA is #527B15. Grayscale: #9B9B9B. Windows color (decimal): -5405462 or 15369389. OLE color: 15369389.
HSL color Cylindrical-coordinate representation of color #AD84EA: hue angle of 264.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD84EA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 132 | 234 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.08 |
| HSL | 264.12º | 0.71% | 0.72% | - |
| HSV(B) | 264.12º | 0.44% | 0.92% | - |
| XYZ | 40.34 | 31.33 | 81.76 | - |
| YUV | 155.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 234 | 0.26 | 0.44 | 0 | 0.08 | 264.12 | 0.71 | 0.72 |
| Hex | AD | 84 | EA | 1A | 2C | 0 | 8 | 108 | 47 | 48 |
| Octal | 255 | 204 | 352 | 32 | 54 | 0 | 10 | 410 | 107 | 110 |
| Binary | 10101101 | 10000100 | 11101010 | 11010 | 101100 | 0 | 1000 | 100001000 | 1000111 | 1001000 |
Color Harmonies of #AD84EA
Complementary color
Monochromatic Colors of #AD84EA
Black with #AD84EA
Text Example
Text Example
White with #AD84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84EA; }
p { color: rgb(173,132,234); }
H1.HeaderClassName
{
color: #AD84EA;
}
.AnyTagClassName
{
color: #AD84EA;
}
</style>
background-color css
<style>
a { background-color: #AD84EA; }
a { background-color: rgb(173,132,234); }
div.DivClassName
{
background-color: #AD84EA;
}
.BgClassName
{
background-color: #AD84EA;
}
</style>
border-color css
<style>
span { border-color: #AD84EA; }
span { border-color: rgb(173,132,234); }
td.TdClassName
{
border-color: #AD84EA;
}
.TagClassName
{
border-color: #AD84EA;
}
</style>