Shades of Biloba Flower #A687E6
Tints of Biloba Flower #A687E6
RGB
CMYK
RGB Variations
Color information
#A687E6 (or 0xA687E6) is known color: Biloba Flower. HEX triplet: A6, 87 and E6. RGB value is (166,135,230). Sum of RGB (Red+Green+Blue) = 166+135+230=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A687E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687E6 is #597819. Grayscale: #9A9A9A. Windows color (decimal): -5863450 or 15108006. OLE color: 15108006.
HSL color Cylindrical-coordinate representation of color #A687E6: hue angle of 259.58º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A687E6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 135 | 230 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.10 |
| HSL | 259.58º | 0.66% | 0.72% | - |
| HSV(B) | 259.58º | 0.41% | 0.9% | - |
| XYZ | 38.67 | 31.15 | 78.84 | - |
| YUV | 155.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 230 | 0.28 | 0.41 | 0 | 0.10 | 259.58 | 0.66 | 0.72 |
| Hex | A6 | 87 | E6 | 1C | 29 | 0 | A | 104 | 42 | 48 |
| Octal | 246 | 207 | 346 | 34 | 51 | 0 | 12 | 404 | 102 | 110 |
| Binary | 10100110 | 10000111 | 11100110 | 11100 | 101001 | 0 | 1010 | 100000100 | 1000010 | 1001000 |
Color Harmonies of #A687E6
Complementary color
Monochromatic Colors of #A687E6
Black with #A687E6
Text Example
Text Example
White with #A687E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687E6; }
p { color: rgb(166,135,230); }
H1.HeaderClassName
{
color: #A687E6;
}
.AnyTagClassName
{
color: #A687E6;
}
</style>
background-color css
<style>
a { background-color: #A687E6; }
a { background-color: rgb(166,135,230); }
div.DivClassName
{
background-color: #A687E6;
}
.BgClassName
{
background-color: #A687E6;
}
</style>
border-color css
<style>
span { border-color: #A687E6; }
span { border-color: rgb(166,135,230); }
td.TdClassName
{
border-color: #A687E6;
}
.TagClassName
{
border-color: #A687E6;
}
</style>