Shades of Biloba Flower #A689E6
Tints of Biloba Flower #A689E6
RGB
CMYK
RGB Variations
Color information
#A689E6 (or 0xA689E6) is known color: Biloba Flower. HEX triplet: A6, 89 and E6. RGB value is (166,137,230). Sum of RGB (Red+Green+Blue) = 166+137+230=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #A689E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689E6 is #597619. Grayscale: #9B9B9B. Windows color (decimal): -5862938 or 15108518. OLE color: 15108518.
HSL color Cylindrical-coordinate representation of color #A689E6: hue angle of 258.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A689E6 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 137 | 230 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.10 |
| HSL | 258.71º | 0.65% | 0.72% | - |
| HSV(B) | 258.71º | 0.4% | 0.9% | - |
| XYZ | 38.95 | 31.71 | 78.93 | - |
| YUV | 156.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 230 | 0.28 | 0.40 | 0 | 0.10 | 258.71 | 0.65 | 0.72 |
| Hex | A6 | 89 | E6 | 1C | 28 | 0 | A | 103 | 41 | 48 |
| Octal | 246 | 211 | 346 | 34 | 50 | 0 | 12 | 403 | 101 | 110 |
| Binary | 10100110 | 10001001 | 11100110 | 11100 | 101000 | 0 | 1010 | 100000011 | 1000001 | 1001000 |
Color Harmonies of #A689E6
Complementary color
Monochromatic Colors of #A689E6
Black with #A689E6
Text Example
Text Example
White with #A689E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689E6; }
p { color: rgb(166,137,230); }
H1.HeaderClassName
{
color: #A689E6;
}
.AnyTagClassName
{
color: #A689E6;
}
</style>
background-color css
<style>
a { background-color: #A689E6; }
a { background-color: rgb(166,137,230); }
div.DivClassName
{
background-color: #A689E6;
}
.BgClassName
{
background-color: #A689E6;
}
</style>
border-color css
<style>
span { border-color: #A689E6; }
span { border-color: rgb(166,137,230); }
td.TdClassName
{
border-color: #A689E6;
}
.TagClassName
{
border-color: #A689E6;
}
</style>