Shades of Biloba Flower #AD83E3
Tints of Biloba Flower #AD83E3
RGB
CMYK
RGB Variations
Color information
#AD83E3 (or 0xAD83E3) is known color: Biloba Flower. HEX triplet: AD, 83 and E3. RGB value is (173,131,227). Sum of RGB (Red+Green+Blue) = 173+131+227=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD83E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83E3 is #527C1C. Grayscale: #9A9A9A. Windows color (decimal): -5405725 or 14910381. OLE color: 14910381.
HSL color Cylindrical-coordinate representation of color #AD83E3: hue angle of 266.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD83E3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 131 | 227 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.11 |
| HSL | 266.25º | 0.63% | 0.7% | - |
| HSV(B) | 266.25º | 0.42% | 0.89% | - |
| XYZ | 39.22 | 30.66 | 76.52 | - |
| YUV | 154.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 227 | 0.24 | 0.42 | 0 | 0.11 | 266.25 | 0.63 | 0.7 |
| Hex | AD | 83 | E3 | 18 | 2A | 0 | B | 10A | 3F | 46 |
| Octal | 255 | 203 | 343 | 30 | 52 | 0 | 13 | 412 | 77 | 106 |
| Binary | 10101101 | 10000011 | 11100011 | 11000 | 101010 | 0 | 1011 | 100001010 | 111111 | 1000110 |
Color Harmonies of #AD83E3
Complementary color
Monochromatic Colors of #AD83E3
Black with #AD83E3
Text Example
Text Example
White with #AD83E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83E3; }
p { color: rgb(173,131,227); }
H1.HeaderClassName
{
color: #AD83E3;
}
.AnyTagClassName
{
color: #AD83E3;
}
</style>
background-color css
<style>
a { background-color: #AD83E3; }
a { background-color: rgb(173,131,227); }
div.DivClassName
{
background-color: #AD83E3;
}
.BgClassName
{
background-color: #AD83E3;
}
</style>
border-color css
<style>
span { border-color: #AD83E3; }
span { border-color: rgb(173,131,227); }
td.TdClassName
{
border-color: #AD83E3;
}
.TagClassName
{
border-color: #AD83E3;
}
</style>