Shades of Biloba Flower #A68FD9
Tints of Biloba Flower #A68FD9
RGB
CMYK
RGB Variations
Color information
#A68FD9 (or 0xA68FD9) is known color: Biloba Flower. HEX triplet: A6, 8F and D9. RGB value is (166,143,217). Sum of RGB (Red+Green+Blue) = 166+143+217=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #A68FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FD9 is #597026. Grayscale: #9E9E9E. Windows color (decimal): -5861415 or 14258086. OLE color: 14258086.
HSL color Cylindrical-coordinate representation of color #A68FD9: hue angle of 258.65º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68FD9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 143 | 217 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.15 |
| HSL | 258.65º | 0.49% | 0.71% | - |
| HSV(B) | 258.65º | 0.34% | 0.85% | - |
| XYZ | 38.07 | 32.76 | 69.96 | - |
| YUV | 158.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 217 | 0.24 | 0.34 | 0 | 0.15 | 258.65 | 0.49 | 0.71 |
| Hex | A6 | 8F | D9 | 18 | 22 | 0 | F | 103 | 31 | 47 |
| Octal | 246 | 217 | 331 | 30 | 42 | 0 | 17 | 403 | 61 | 107 |
| Binary | 10100110 | 10001111 | 11011001 | 11000 | 100010 | 0 | 1111 | 100000011 | 110001 | 1000111 |
Color Harmonies of #A68FD9
Complementary color
Monochromatic Colors of #A68FD9
Black with #A68FD9
Text Example
Text Example
White with #A68FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FD9; }
p { color: rgb(166,143,217); }
H1.HeaderClassName
{
color: #A68FD9;
}
.AnyTagClassName
{
color: #A68FD9;
}
</style>
background-color css
<style>
a { background-color: #A68FD9; }
a { background-color: rgb(166,143,217); }
div.DivClassName
{
background-color: #A68FD9;
}
.BgClassName
{
background-color: #A68FD9;
}
</style>
border-color css
<style>
span { border-color: #A68FD9; }
span { border-color: rgb(166,143,217); }
td.TdClassName
{
border-color: #A68FD9;
}
.TagClassName
{
border-color: #A68FD9;
}
</style>