Shades of Biloba Flower #A689DD
Tints of Biloba Flower #A689DD
RGB
CMYK
RGB Variations
Color information
#A689DD (or 0xA689DD) is known color: Biloba Flower. HEX triplet: A6, 89 and DD. RGB value is (166,137,221). Sum of RGB (Red+Green+Blue) = 166+137+221=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A689DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689DD is #597622. Grayscale: #9A9A9A. Windows color (decimal): -5862947 or 14518694. OLE color: 14518694.
HSL color Cylindrical-coordinate representation of color #A689DD: hue angle of 260.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A689DD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 137 | 221 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.13 |
| HSL | 260.71º | 0.55% | 0.7% | - |
| HSV(B) | 260.71º | 0.38% | 0.87% | - |
| XYZ | 37.72 | 31.22 | 72.44 | - |
| YUV | 155.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 221 | 0.25 | 0.38 | 0 | 0.13 | 260.71 | 0.55 | 0.7 |
| Hex | A6 | 89 | DD | 19 | 26 | 0 | D | 105 | 37 | 46 |
| Octal | 246 | 211 | 335 | 31 | 46 | 0 | 15 | 405 | 67 | 106 |
| Binary | 10100110 | 10001001 | 11011101 | 11001 | 100110 | 0 | 1101 | 100000101 | 110111 | 1000110 |
Color Harmonies of #A689DD
Complementary color
Monochromatic Colors of #A689DD
Black with #A689DD
Text Example
Text Example
White with #A689DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689DD; }
p { color: rgb(166,137,221); }
H1.HeaderClassName
{
color: #A689DD;
}
.AnyTagClassName
{
color: #A689DD;
}
</style>
background-color css
<style>
a { background-color: #A689DD; }
a { background-color: rgb(166,137,221); }
div.DivClassName
{
background-color: #A689DD;
}
.BgClassName
{
background-color: #A689DD;
}
</style>
border-color css
<style>
span { border-color: #A689DD; }
span { border-color: rgb(166,137,221); }
td.TdClassName
{
border-color: #A689DD;
}
.TagClassName
{
border-color: #A689DD;
}
</style>