Shades of Biloba Flower #A68DF5
Tints of Biloba Flower #A68DF5
RGB
CMYK
RGB Variations
Color information
#A68DF5 (or 0xA68DF5) is known color: Biloba Flower. HEX triplet: A6, 8D and F5. RGB value is (166,141,245). Sum of RGB (Red+Green+Blue) = 166+141+245=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #A68DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DF5 is #59720A. Grayscale: #9F9F9F. Windows color (decimal): -5861899 or 16092582. OLE color: 16092582.
HSL color Cylindrical-coordinate representation of color #A68DF5: hue angle of 254.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68DF5 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 141 | 245 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.04 |
| HSL | 254.42º | 0.84% | 0.76% | - |
| HSV(B) | 254.42º | 0.42% | 0.96% | - |
| XYZ | 41.73 | 33.75 | 90.7 | - |
| YUV | 160.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 245 | 0.32 | 0.42 | 0 | 0.04 | 254.42 | 0.84 | 0.76 |
| Hex | A6 | 8D | F5 | 20 | 2A | 0 | 4 | FE | 54 | 4C |
| Octal | 246 | 215 | 365 | 40 | 52 | 0 | 4 | 376 | 124 | 114 |
| Binary | 10100110 | 10001101 | 11110101 | 100000 | 101010 | 0 | 100 | 11111110 | 1010100 | 1001100 |
Color Harmonies of #A68DF5
Complementary color
Monochromatic Colors of #A68DF5
Black with #A68DF5
Text Example
Text Example
White with #A68DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DF5; }
p { color: rgb(166,141,245); }
H1.HeaderClassName
{
color: #A68DF5;
}
.AnyTagClassName
{
color: #A68DF5;
}
</style>
background-color css
<style>
a { background-color: #A68DF5; }
a { background-color: rgb(166,141,245); }
div.DivClassName
{
background-color: #A68DF5;
}
.BgClassName
{
background-color: #A68DF5;
}
</style>
border-color css
<style>
span { border-color: #A68DF5; }
span { border-color: rgb(166,141,245); }
td.TdClassName
{
border-color: #A68DF5;
}
.TagClassName
{
border-color: #A68DF5;
}
</style>