Shades of Biloba Flower #A68DDE
Tints of Biloba Flower #A68DDE
RGB
CMYK
RGB Variations
Color information
#A68DDE (or 0xA68DDE) is known color: Biloba Flower. HEX triplet: A6, 8D and DE. RGB value is (166,141,222). Sum of RGB (Red+Green+Blue) = 166+141+222=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DDE is #597221. Grayscale: #9D9D9D. Windows color (decimal): -5861922 or 14585254. OLE color: 14585254.
HSL color Cylindrical-coordinate representation of color #A68DDE: hue angle of 258.52º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68DDE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 141 | 222 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.13 |
| HSL | 258.52º | 0.55% | 0.71% | - |
| HSV(B) | 258.52º | 0.36% | 0.87% | - |
| XYZ | 38.44 | 32.43 | 73.34 | - |
| YUV | 157.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 222 | 0.25 | 0.36 | 0 | 0.13 | 258.52 | 0.55 | 0.71 |
| Hex | A6 | 8D | DE | 19 | 24 | 0 | D | 103 | 37 | 47 |
| Octal | 246 | 215 | 336 | 31 | 44 | 0 | 15 | 403 | 67 | 107 |
| Binary | 10100110 | 10001101 | 11011110 | 11001 | 100100 | 0 | 1101 | 100000011 | 110111 | 1000111 |
Color Harmonies of #A68DDE
Complementary color
Monochromatic Colors of #A68DDE
Black with #A68DDE
Text Example
Text Example
White with #A68DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DDE; }
p { color: rgb(166,141,222); }
H1.HeaderClassName
{
color: #A68DDE;
}
.AnyTagClassName
{
color: #A68DDE;
}
</style>
background-color css
<style>
a { background-color: #A68DDE; }
a { background-color: rgb(166,141,222); }
div.DivClassName
{
background-color: #A68DDE;
}
.BgClassName
{
background-color: #A68DDE;
}
</style>
border-color css
<style>
span { border-color: #A68DDE; }
span { border-color: rgb(166,141,222); }
td.TdClassName
{
border-color: #A68DDE;
}
.TagClassName
{
border-color: #A68DDE;
}
</style>