Shades of Biloba Flower #A688DF
Tints of Biloba Flower #A688DF
RGB
CMYK
RGB Variations
Color information
#A688DF (or 0xA688DF) is known color: Biloba Flower. HEX triplet: A6, 88 and DF. RGB value is (166,136,223). Sum of RGB (Red+Green+Blue) = 166+136+223=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A688DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688DF is #597720. Grayscale: #9A9A9A. Windows color (decimal): -5863201 or 14649510. OLE color: 14649510.
HSL color Cylindrical-coordinate representation of color #A688DF: hue angle of 260.69º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A688DF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 136 | 223 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.13 |
| HSL | 260.69º | 0.58% | 0.7% | - |
| HSV(B) | 260.69º | 0.39% | 0.87% | - |
| XYZ | 37.85 | 31.04 | 73.81 | - |
| YUV | 154.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 223 | 0.26 | 0.39 | 0 | 0.13 | 260.69 | 0.58 | 0.7 |
| Hex | A6 | 88 | DF | 1A | 27 | 0 | D | 105 | 3A | 46 |
| Octal | 246 | 210 | 337 | 32 | 47 | 0 | 15 | 405 | 72 | 106 |
| Binary | 10100110 | 10001000 | 11011111 | 11010 | 100111 | 0 | 1101 | 100000101 | 111010 | 1000110 |
Color Harmonies of #A688DF
Complementary color
Monochromatic Colors of #A688DF
Black with #A688DF
Text Example
Text Example
White with #A688DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688DF; }
p { color: rgb(166,136,223); }
H1.HeaderClassName
{
color: #A688DF;
}
.AnyTagClassName
{
color: #A688DF;
}
</style>
background-color css
<style>
a { background-color: #A688DF; }
a { background-color: rgb(166,136,223); }
div.DivClassName
{
background-color: #A688DF;
}
.BgClassName
{
background-color: #A688DF;
}
</style>
border-color css
<style>
span { border-color: #A688DF; }
span { border-color: rgb(166,136,223); }
td.TdClassName
{
border-color: #A688DF;
}
.TagClassName
{
border-color: #A688DF;
}
</style>