Shades of Biloba Flower #A18DDE
Tints of Biloba Flower #A18DDE
RGB
CMYK
RGB Variations
Color information
#A18DDE (or 0xA18DDE) is known color: Biloba Flower. HEX triplet: A1, 8D and DE. RGB value is (161,141,222). Sum of RGB (Red+Green+Blue) = 161+141+222=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDE is #5E7221. Grayscale: #9B9B9B. Windows color (decimal): -6189602 or 14585249. OLE color: 14585249.
HSL color Cylindrical-coordinate representation of color #A18DDE: hue angle of 254.81º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18DDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 141 | 222 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.13 |
| HSL | 254.81º | 0.55% | 0.71% | - |
| HSV(B) | 254.81º | 0.36% | 0.87% | - |
| XYZ | 37.41 | 31.9 | 73.29 | - |
| YUV | 156.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 222 | 0.27 | 0.36 | 0 | 0.13 | 254.81 | 0.55 | 0.71 |
| Hex | A1 | 8D | DE | 1B | 24 | 0 | D | FF | 37 | 47 |
| Octal | 241 | 215 | 336 | 33 | 44 | 0 | 15 | 377 | 67 | 107 |
| Binary | 10100001 | 10001101 | 11011110 | 11011 | 100100 | 0 | 1101 | 11111111 | 110111 | 1000111 |
Color Harmonies of #A18DDE
Complementary color
Monochromatic Colors of #A18DDE
Black with #A18DDE
Text Example
Text Example
White with #A18DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DDE; }
p { color: rgb(161,141,222); }
H1.HeaderClassName
{
color: #A18DDE;
}
.AnyTagClassName
{
color: #A18DDE;
}
</style>
background-color css
<style>
a { background-color: #A18DDE; }
a { background-color: rgb(161,141,222); }
div.DivClassName
{
background-color: #A18DDE;
}
.BgClassName
{
background-color: #A18DDE;
}
</style>
border-color css
<style>
span { border-color: #A18DDE; }
span { border-color: rgb(161,141,222); }
td.TdClassName
{
border-color: #A18DDE;
}
.TagClassName
{
border-color: #A18DDE;
}
</style>