Shades of Biloba Flower #AD8CED
Tints of Biloba Flower #AD8CED
RGB
CMYK
RGB Variations
Color information
#AD8CED (or 0xAD8CED) is known color: Biloba Flower. HEX triplet: AD, 8C and ED. RGB value is (173,140,237). Sum of RGB (Red+Green+Blue) = 173+140+237=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CED is #527312. Grayscale: #A0A0A0. Windows color (decimal): -5403411 or 15568045. OLE color: 15568045.
HSL color Cylindrical-coordinate representation of color #AD8CED: hue angle of 260.41º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8CED is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 140 | 237 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.07 |
| HSL | 260.41º | 0.73% | 0.74% | - |
| HSV(B) | 260.41º | 0.41% | 0.93% | - |
| XYZ | 41.9 | 33.75 | 84.43 | - |
| YUV | 160.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 237 | 0.27 | 0.41 | 0 | 0.07 | 260.41 | 0.73 | 0.74 |
| Hex | AD | 8C | ED | 1B | 29 | 0 | 7 | 104 | 49 | 4A |
| Octal | 255 | 214 | 355 | 33 | 51 | 0 | 7 | 404 | 111 | 112 |
| Binary | 10101101 | 10001100 | 11101101 | 11011 | 101001 | 0 | 111 | 100000100 | 1001001 | 1001010 |
Color Harmonies of #AD8CED
Complementary color
Monochromatic Colors of #AD8CED
Black with #AD8CED
Text Example
Text Example
White with #AD8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CED; }
p { color: rgb(173,140,237); }
H1.HeaderClassName
{
color: #AD8CED;
}
.AnyTagClassName
{
color: #AD8CED;
}
</style>
background-color css
<style>
a { background-color: #AD8CED; }
a { background-color: rgb(173,140,237); }
div.DivClassName
{
background-color: #AD8CED;
}
.BgClassName
{
background-color: #AD8CED;
}
</style>
border-color css
<style>
span { border-color: #AD8CED; }
span { border-color: rgb(173,140,237); }
td.TdClassName
{
border-color: #AD8CED;
}
.TagClassName
{
border-color: #AD8CED;
}
</style>