Shades of Biloba Flower #A68FDD
Tints of Biloba Flower #A68FDD
RGB
CMYK
RGB Variations
Color information
#A68FDD (or 0xA68FDD) is known color: Biloba Flower. HEX triplet: A6, 8F and DD. RGB value is (166,143,221). Sum of RGB (Red+Green+Blue) = 166+143+221=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDD is #597022. Grayscale: #9E9E9E. Windows color (decimal): -5861411 or 14520230. OLE color: 14520230.
HSL color Cylindrical-coordinate representation of color #A68FDD: hue angle of 257.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68FDD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 143 | 221 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.13 |
| HSL | 257.69º | 0.53% | 0.71% | - |
| HSV(B) | 257.69º | 0.35% | 0.87% | - |
| XYZ | 38.6 | 32.97 | 72.74 | - |
| YUV | 158.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 221 | 0.25 | 0.35 | 0 | 0.13 | 257.69 | 0.53 | 0.71 |
| Hex | A6 | 8F | DD | 19 | 23 | 0 | D | 102 | 35 | 47 |
| Octal | 246 | 217 | 335 | 31 | 43 | 0 | 15 | 402 | 65 | 107 |
| Binary | 10100110 | 10001111 | 11011101 | 11001 | 100011 | 0 | 1101 | 100000010 | 110101 | 1000111 |
Color Harmonies of #A68FDD
Complementary color
Monochromatic Colors of #A68FDD
Black with #A68FDD
Text Example
Text Example
White with #A68FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FDD; }
p { color: rgb(166,143,221); }
H1.HeaderClassName
{
color: #A68FDD;
}
.AnyTagClassName
{
color: #A68FDD;
}
</style>
background-color css
<style>
a { background-color: #A68FDD; }
a { background-color: rgb(166,143,221); }
div.DivClassName
{
background-color: #A68FDD;
}
.BgClassName
{
background-color: #A68FDD;
}
</style>
border-color css
<style>
span { border-color: #A68FDD; }
span { border-color: rgb(166,143,221); }
td.TdClassName
{
border-color: #A68FDD;
}
.TagClassName
{
border-color: #A68FDD;
}
</style>