Shades of Biloba Flower #A68DEF
Tints of Biloba Flower #A68DEF
RGB
CMYK
RGB Variations
Color information
#A68DEF (or 0xA68DEF) is known color: Biloba Flower. HEX triplet: A6, 8D and EF. RGB value is (166,141,239). Sum of RGB (Red+Green+Blue) = 166+141+239=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #A68DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DEF is #597210. Grayscale: #9F9F9F. Windows color (decimal): -5861905 or 15699366. OLE color: 15699366.
HSL color Cylindrical-coordinate representation of color #A68DEF: hue angle of 255.31º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68DEF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 141 | 239 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.06 |
| HSL | 255.31º | 0.75% | 0.75% | - |
| HSV(B) | 255.31º | 0.41% | 0.94% | - |
| XYZ | 40.83 | 33.39 | 85.95 | - |
| YUV | 159.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 239 | 0.31 | 0.41 | 0 | 0.06 | 255.31 | 0.75 | 0.75 |
| Hex | A6 | 8D | EF | 1F | 29 | 0 | 6 | FF | 4B | 4B |
| Octal | 246 | 215 | 357 | 37 | 51 | 0 | 6 | 377 | 113 | 113 |
| Binary | 10100110 | 10001101 | 11101111 | 11111 | 101001 | 0 | 110 | 11111111 | 1001011 | 1001011 |
Color Harmonies of #A68DEF
Complementary color
Monochromatic Colors of #A68DEF
Black with #A68DEF
Text Example
Text Example
White with #A68DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DEF; }
p { color: rgb(166,141,239); }
H1.HeaderClassName
{
color: #A68DEF;
}
.AnyTagClassName
{
color: #A68DEF;
}
</style>
background-color css
<style>
a { background-color: #A68DEF; }
a { background-color: rgb(166,141,239); }
div.DivClassName
{
background-color: #A68DEF;
}
.BgClassName
{
background-color: #A68DEF;
}
</style>
border-color css
<style>
span { border-color: #A68DEF; }
span { border-color: rgb(166,141,239); }
td.TdClassName
{
border-color: #A68DEF;
}
.TagClassName
{
border-color: #A68DEF;
}
</style>