Shades of Biloba Flower #A687D5
Tints of Biloba Flower #A687D5
RGB
CMYK
RGB Variations
Color information
#A687D5 (or 0xA687D5) is known color: Biloba Flower. HEX triplet: A6, 87 and D5. RGB value is (166,135,213). Sum of RGB (Red+Green+Blue) = 166+135+213=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #A687D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687D5 is #59782A. Grayscale: #989898. Windows color (decimal): -5863467 or 13993894. OLE color: 13993894.
HSL color Cylindrical-coordinate representation of color #A687D5: hue angle of 263.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A687D5 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 135 | 213 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.16 |
| HSL | 263.85º | 0.48% | 0.68% | - |
| HSV(B) | 263.85º | 0.37% | 0.84% | - |
| XYZ | 36.4 | 30.24 | 66.87 | - |
| YUV | 153.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 213 | 0.22 | 0.37 | 0 | 0.16 | 263.85 | 0.48 | 0.68 |
| Hex | A6 | 87 | D5 | 16 | 25 | 0 | 10 | 108 | 30 | 44 |
| Octal | 246 | 207 | 325 | 26 | 45 | 0 | 20 | 410 | 60 | 104 |
| Binary | 10100110 | 10000111 | 11010101 | 10110 | 100101 | 0 | 10000 | 100001000 | 110000 | 1000100 |
Color Harmonies of #A687D5
Complementary color
Monochromatic Colors of #A687D5
Black with #A687D5
Text Example
Text Example
White with #A687D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687D5; }
p { color: rgb(166,135,213); }
H1.HeaderClassName
{
color: #A687D5;
}
.AnyTagClassName
{
color: #A687D5;
}
</style>
background-color css
<style>
a { background-color: #A687D5; }
a { background-color: rgb(166,135,213); }
div.DivClassName
{
background-color: #A687D5;
}
.BgClassName
{
background-color: #A687D5;
}
</style>
border-color css
<style>
span { border-color: #A687D5; }
span { border-color: rgb(166,135,213); }
td.TdClassName
{
border-color: #A687D5;
}
.TagClassName
{
border-color: #A687D5;
}
</style>