Shades of Biloba Flower #A687E4
Tints of Biloba Flower #A687E4
RGB
CMYK
RGB Variations
Color information
#A687E4 (or 0xA687E4) is known color: Biloba Flower. HEX triplet: A6, 87 and E4. RGB value is (166,135,228). Sum of RGB (Red+Green+Blue) = 166+135+228=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A687E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687E4 is #59781B. Grayscale: #9A9A9A. Windows color (decimal): -5863452 or 14976934. OLE color: 14976934.
HSL color Cylindrical-coordinate representation of color #A687E4: hue angle of 260º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A687E4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 135 | 228 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.11 |
| HSL | 260º | 0.63% | 0.71% | - |
| HSV(B) | 260º | 0.41% | 0.89% | - |
| XYZ | 38.39 | 31.04 | 77.37 | - |
| YUV | 154.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 228 | 0.27 | 0.41 | 0 | 0.11 | 260 | 0.63 | 0.71 |
| Hex | A6 | 87 | E4 | 1B | 29 | 0 | B | 104 | 3F | 47 |
| Octal | 246 | 207 | 344 | 33 | 51 | 0 | 13 | 404 | 77 | 107 |
| Binary | 10100110 | 10000111 | 11100100 | 11011 | 101001 | 0 | 1011 | 100000100 | 111111 | 1000111 |
Color Harmonies of #A687E4
Complementary color
Monochromatic Colors of #A687E4
Black with #A687E4
Text Example
Text Example
White with #A687E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687E4; }
p { color: rgb(166,135,228); }
H1.HeaderClassName
{
color: #A687E4;
}
.AnyTagClassName
{
color: #A687E4;
}
</style>
background-color css
<style>
a { background-color: #A687E4; }
a { background-color: rgb(166,135,228); }
div.DivClassName
{
background-color: #A687E4;
}
.BgClassName
{
background-color: #A687E4;
}
</style>
border-color css
<style>
span { border-color: #A687E4; }
span { border-color: rgb(166,135,228); }
td.TdClassName
{
border-color: #A687E4;
}
.TagClassName
{
border-color: #A687E4;
}
</style>