Shades of Biloba Flower #A689E2
Tints of Biloba Flower #A689E2
RGB
CMYK
RGB Variations
Color information
#A689E2 (or 0xA689E2) is known color: Biloba Flower. HEX triplet: A6, 89 and E2. RGB value is (166,137,226). Sum of RGB (Red+Green+Blue) = 166+137+226=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #A689E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689E2 is #59761D. Grayscale: #9B9B9B. Windows color (decimal): -5862942 or 14846374. OLE color: 14846374.
HSL color Cylindrical-coordinate representation of color #A689E2: hue angle of 259.55º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A689E2 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 137 | 226 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.11 |
| HSL | 259.55º | 0.61% | 0.71% | - |
| HSV(B) | 259.55º | 0.39% | 0.89% | - |
| XYZ | 38.4 | 31.49 | 76.01 | - |
| YUV | 155.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 226 | 0.27 | 0.39 | 0 | 0.11 | 259.55 | 0.61 | 0.71 |
| Hex | A6 | 89 | E2 | 1B | 27 | 0 | B | 104 | 3D | 47 |
| Octal | 246 | 211 | 342 | 33 | 47 | 0 | 13 | 404 | 75 | 107 |
| Binary | 10100110 | 10001001 | 11100010 | 11011 | 100111 | 0 | 1011 | 100000100 | 111101 | 1000111 |
Color Harmonies of #A689E2
Complementary color
Monochromatic Colors of #A689E2
Black with #A689E2
Text Example
Text Example
White with #A689E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689E2; }
p { color: rgb(166,137,226); }
H1.HeaderClassName
{
color: #A689E2;
}
.AnyTagClassName
{
color: #A689E2;
}
</style>
background-color css
<style>
a { background-color: #A689E2; }
a { background-color: rgb(166,137,226); }
div.DivClassName
{
background-color: #A689E2;
}
.BgClassName
{
background-color: #A689E2;
}
</style>
border-color css
<style>
span { border-color: #A689E2; }
span { border-color: rgb(166,137,226); }
td.TdClassName
{
border-color: #A689E2;
}
.TagClassName
{
border-color: #A689E2;
}
</style>