Shades of Biloba Flower #A18DDF
Tints of Biloba Flower #A18DDF
RGB
CMYK
RGB Variations
Color information
#A18DDF (or 0xA18DDF) is known color: Biloba Flower. HEX triplet: A1, 8D and DF. RGB value is (161,141,223). Sum of RGB (Red+Green+Blue) = 161+141+223=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A18DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDF is #5E7220. Grayscale: #9C9C9C. Windows color (decimal): -6189601 or 14650785. OLE color: 14650785.
HSL color Cylindrical-coordinate representation of color #A18DDF: hue angle of 254.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18DDF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 141 | 223 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.13 |
| HSL | 254.63º | 0.56% | 0.71% | - |
| HSV(B) | 254.63º | 0.37% | 0.87% | - |
| XYZ | 37.54 | 31.95 | 74 | - |
| YUV | 156.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 223 | 0.28 | 0.37 | 0 | 0.13 | 254.63 | 0.56 | 0.71 |
| Hex | A1 | 8D | DF | 1C | 25 | 0 | D | FF | 38 | 47 |
| Octal | 241 | 215 | 337 | 34 | 45 | 0 | 15 | 377 | 70 | 107 |
| Binary | 10100001 | 10001101 | 11011111 | 11100 | 100101 | 0 | 1101 | 11111111 | 111000 | 1000111 |
Color Harmonies of #A18DDF
Complementary color
Monochromatic Colors of #A18DDF
Black with #A18DDF
Text Example
Text Example
White with #A18DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DDF; }
p { color: rgb(161,141,223); }
H1.HeaderClassName
{
color: #A18DDF;
}
.AnyTagClassName
{
color: #A18DDF;
}
</style>
background-color css
<style>
a { background-color: #A18DDF; }
a { background-color: rgb(161,141,223); }
div.DivClassName
{
background-color: #A18DDF;
}
.BgClassName
{
background-color: #A18DDF;
}
</style>
border-color css
<style>
span { border-color: #A18DDF; }
span { border-color: rgb(161,141,223); }
td.TdClassName
{
border-color: #A18DDF;
}
.TagClassName
{
border-color: #A18DDF;
}
</style>