Shades of Biloba Flower #A18FD0
Tints of Biloba Flower #A18FD0
RGB
CMYK
RGB Variations
Color information
#A18FD0 (or 0xA18FD0) is known color: Biloba Flower. HEX triplet: A1, 8F and D0. RGB value is (161,143,208). Sum of RGB (Red+Green+Blue) = 161+143+208=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #A18FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FD0 is #5E702F. Grayscale: #9B9B9B. Windows color (decimal): -6189104 or 13668257. OLE color: 13668257.
HSL color Cylindrical-coordinate representation of color #A18FD0: hue angle of 256.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18FD0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 143 | 208 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.18 |
| HSL | 256.62º | 0.41% | 0.69% | - |
| HSV(B) | 256.62º | 0.31% | 0.82% | - |
| XYZ | 35.91 | 31.78 | 63.92 | - |
| YUV | 155.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 208 | 0.23 | 0.31 | 0 | 0.18 | 256.62 | 0.41 | 0.69 |
| Hex | A1 | 8F | D0 | 17 | 1F | 0 | 12 | 101 | 29 | 45 |
| Octal | 241 | 217 | 320 | 27 | 37 | 0 | 22 | 401 | 51 | 105 |
| Binary | 10100001 | 10001111 | 11010000 | 10111 | 11111 | 0 | 10010 | 100000001 | 101001 | 1000101 |
Color Harmonies of #A18FD0
Complementary color
Monochromatic Colors of #A18FD0
Black with #A18FD0
Text Example
Text Example
White with #A18FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FD0; }
p { color: rgb(161,143,208); }
H1.HeaderClassName
{
color: #A18FD0;
}
.AnyTagClassName
{
color: #A18FD0;
}
</style>
background-color css
<style>
a { background-color: #A18FD0; }
a { background-color: rgb(161,143,208); }
div.DivClassName
{
background-color: #A18FD0;
}
.BgClassName
{
background-color: #A18FD0;
}
</style>
border-color css
<style>
span { border-color: #A18FD0; }
span { border-color: rgb(161,143,208); }
td.TdClassName
{
border-color: #A18FD0;
}
.TagClassName
{
border-color: #A18FD0;
}
</style>