Shades of Biloba Flower #AD83F5
Tints of Biloba Flower #AD83F5
RGB
CMYK
RGB Variations
Color information
#AD83F5 (or 0xAD83F5) is known color: Biloba Flower. HEX triplet: AD, 83 and F5. RGB value is (173,131,245). Sum of RGB (Red+Green+Blue) = 173+131+245=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD83F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83F5 is #527C0A. Grayscale: #9C9C9C. Windows color (decimal): -5405707 or 16090029. OLE color: 16090029.
HSL color Cylindrical-coordinate representation of color #AD83F5: hue angle of 262.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD83F5 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 131 | 245 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.04 |
| HSL | 262.11º | 0.85% | 0.74% | - |
| HSV(B) | 262.11º | 0.47% | 0.96% | - |
| XYZ | 41.83 | 31.71 | 90.3 | - |
| YUV | 156.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 245 | 0.29 | 0.47 | 0 | 0.04 | 262.11 | 0.85 | 0.74 |
| Hex | AD | 83 | F5 | 1D | 2F | 0 | 4 | 106 | 55 | 4A |
| Octal | 255 | 203 | 365 | 35 | 57 | 0 | 4 | 406 | 125 | 112 |
| Binary | 10101101 | 10000011 | 11110101 | 11101 | 101111 | 0 | 100 | 100000110 | 1010101 | 1001010 |
Color Harmonies of #AD83F5
Complementary color
Monochromatic Colors of #AD83F5
Black with #AD83F5
Text Example
Text Example
White with #AD83F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83F5; }
p { color: rgb(173,131,245); }
H1.HeaderClassName
{
color: #AD83F5;
}
.AnyTagClassName
{
color: #AD83F5;
}
</style>
background-color css
<style>
a { background-color: #AD83F5; }
a { background-color: rgb(173,131,245); }
div.DivClassName
{
background-color: #AD83F5;
}
.BgClassName
{
background-color: #AD83F5;
}
</style>
border-color css
<style>
span { border-color: #AD83F5; }
span { border-color: rgb(173,131,245); }
td.TdClassName
{
border-color: #AD83F5;
}
.TagClassName
{
border-color: #AD83F5;
}
</style>