Shades of Biloba Flower #A18FCF
Tints of Biloba Flower #A18FCF
RGB
CMYK
RGB Variations
Color information
#A18FCF (or 0xA18FCF) is known color: Biloba Flower. HEX triplet: A1, 8F and CF. RGB value is (161,143,207). Sum of RGB (Red+Green+Blue) = 161+143+207=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A18FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCF is #5E7030. Grayscale: #9B9B9B. Windows color (decimal): -6189105 or 13602721. OLE color: 13602721.
HSL color Cylindrical-coordinate representation of color #A18FCF: hue angle of 256.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18FCF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 143 | 207 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.19 |
| HSL | 256.88º | 0.4% | 0.69% | - |
| HSV(B) | 256.88º | 0.31% | 0.81% | - |
| XYZ | 35.78 | 31.73 | 63.27 | - |
| YUV | 155.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 207 | 0.22 | 0.31 | 0 | 0.19 | 256.88 | 0.4 | 0.69 |
| Hex | A1 | 8F | CF | 16 | 1F | 0 | 13 | 101 | 28 | 45 |
| Octal | 241 | 217 | 317 | 26 | 37 | 0 | 23 | 401 | 50 | 105 |
| Binary | 10100001 | 10001111 | 11001111 | 10110 | 11111 | 0 | 10011 | 100000001 | 101000 | 1000101 |
Color Harmonies of #A18FCF
Complementary color
Monochromatic Colors of #A18FCF
Black with #A18FCF
Text Example
Text Example
White with #A18FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FCF; }
p { color: rgb(161,143,207); }
H1.HeaderClassName
{
color: #A18FCF;
}
.AnyTagClassName
{
color: #A18FCF;
}
</style>
background-color css
<style>
a { background-color: #A18FCF; }
a { background-color: rgb(161,143,207); }
div.DivClassName
{
background-color: #A18FCF;
}
.BgClassName
{
background-color: #A18FCF;
}
</style>
border-color css
<style>
span { border-color: #A18FCF; }
span { border-color: rgb(161,143,207); }
td.TdClassName
{
border-color: #A18FCF;
}
.TagClassName
{
border-color: #A18FCF;
}
</style>