Shades of Biloba Flower #A18DED
Tints of Biloba Flower #A18DED
RGB
CMYK
RGB Variations
Color information
#A18DED (or 0xA18DED) is known color: Biloba Flower. HEX triplet: A1, 8D and ED. RGB value is (161,141,237). Sum of RGB (Red+Green+Blue) = 161+141+237=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A18DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DED is #5E7212. Grayscale: #9D9D9D. Windows color (decimal): -6189587 or 15568289. OLE color: 15568289.
HSL color Cylindrical-coordinate representation of color #A18DED: hue angle of 252.5º 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 #A18DED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 141 | 237 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.5º | 0.73% | 0.74% | - |
| HSV(B) | 252.5º | 0.41% | 0.93% | - |
| XYZ | 39.51 | 32.74 | 84.36 | - |
| YUV | 157.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 237 | 0.32 | 0.41 | 0 | 0.07 | 252.5 | 0.73 | 0.74 |
| Hex | A1 | 8D | ED | 20 | 29 | 0 | 7 | FD | 49 | 4A |
| Octal | 241 | 215 | 355 | 40 | 51 | 0 | 7 | 375 | 111 | 112 |
| Binary | 10100001 | 10001101 | 11101101 | 100000 | 101001 | 0 | 111 | 11111101 | 1001001 | 1001010 |
Color Harmonies of #A18DED
Complementary color
Monochromatic Colors of #A18DED
Black with #A18DED
Text Example
Text Example
White with #A18DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DED; }
p { color: rgb(161,141,237); }
H1.HeaderClassName
{
color: #A18DED;
}
.AnyTagClassName
{
color: #A18DED;
}
</style>
background-color css
<style>
a { background-color: #A18DED; }
a { background-color: rgb(161,141,237); }
div.DivClassName
{
background-color: #A18DED;
}
.BgClassName
{
background-color: #A18DED;
}
</style>
border-color css
<style>
span { border-color: #A18DED; }
span { border-color: rgb(161,141,237); }
td.TdClassName
{
border-color: #A18DED;
}
.TagClassName
{
border-color: #A18DED;
}
</style>