Shades of Biloba Flower #A68FDE
Tints of Biloba Flower #A68FDE
RGB
CMYK
RGB Variations
Color information
#A68FDE (or 0xA68FDE) is known color: Biloba Flower. HEX triplet: A6, 8F and DE. RGB value is (166,143,222). Sum of RGB (Red+Green+Blue) = 166+143+222=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDE is #597021. Grayscale: #9E9E9E. Windows color (decimal): -5861410 or 14585766. OLE color: 14585766.
HSL color Cylindrical-coordinate representation of color #A68FDE: hue angle of 257.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68FDE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 143 | 222 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.13 |
| HSL | 257.47º | 0.54% | 0.72% | - |
| HSV(B) | 257.47º | 0.36% | 0.87% | - |
| XYZ | 38.73 | 33.03 | 73.44 | - |
| YUV | 158.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 222 | 0.25 | 0.36 | 0 | 0.13 | 257.47 | 0.54 | 0.72 |
| Hex | A6 | 8F | DE | 19 | 24 | 0 | D | 101 | 36 | 48 |
| Octal | 246 | 217 | 336 | 31 | 44 | 0 | 15 | 401 | 66 | 110 |
| Binary | 10100110 | 10001111 | 11011110 | 11001 | 100100 | 0 | 1101 | 100000001 | 110110 | 1001000 |
Color Harmonies of #A68FDE
Complementary color
Monochromatic Colors of #A68FDE
Black with #A68FDE
Text Example
Text Example
White with #A68FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FDE; }
p { color: rgb(166,143,222); }
H1.HeaderClassName
{
color: #A68FDE;
}
.AnyTagClassName
{
color: #A68FDE;
}
</style>
background-color css
<style>
a { background-color: #A68FDE; }
a { background-color: rgb(166,143,222); }
div.DivClassName
{
background-color: #A68FDE;
}
.BgClassName
{
background-color: #A68FDE;
}
</style>
border-color css
<style>
span { border-color: #A68FDE; }
span { border-color: rgb(166,143,222); }
td.TdClassName
{
border-color: #A68FDE;
}
.TagClassName
{
border-color: #A68FDE;
}
</style>