Shades of Biloba Flower #A687DA
Tints of Biloba Flower #A687DA
RGB
CMYK
RGB Variations
Color information
#A687DA (or 0xA687DA) is known color: Biloba Flower. HEX triplet: A6, 87 and DA. RGB value is (166,135,218). Sum of RGB (Red+Green+Blue) = 166+135+218=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A687DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DA is #597825. Grayscale: #999999. Windows color (decimal): -5863462 or 14321574. OLE color: 14321574.
HSL color Cylindrical-coordinate representation of color #A687DA: hue angle of 262.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A687DA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 135 | 218 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.15 |
| HSL | 262.41º | 0.53% | 0.69% | - |
| HSV(B) | 262.41º | 0.38% | 0.85% | - |
| XYZ | 37.04 | 30.5 | 70.26 | - |
| YUV | 153.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 218 | 0.24 | 0.38 | 0 | 0.15 | 262.41 | 0.53 | 0.69 |
| Hex | A6 | 87 | DA | 18 | 26 | 0 | F | 106 | 35 | 45 |
| Octal | 246 | 207 | 332 | 30 | 46 | 0 | 17 | 406 | 65 | 105 |
| Binary | 10100110 | 10000111 | 11011010 | 11000 | 100110 | 0 | 1111 | 100000110 | 110101 | 1000101 |
Color Harmonies of #A687DA
Complementary color
Monochromatic Colors of #A687DA
Black with #A687DA
Text Example
Text Example
White with #A687DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687DA; }
p { color: rgb(166,135,218); }
H1.HeaderClassName
{
color: #A687DA;
}
.AnyTagClassName
{
color: #A687DA;
}
</style>
background-color css
<style>
a { background-color: #A687DA; }
a { background-color: rgb(166,135,218); }
div.DivClassName
{
background-color: #A687DA;
}
.BgClassName
{
background-color: #A687DA;
}
</style>
border-color css
<style>
span { border-color: #A687DA; }
span { border-color: rgb(166,135,218); }
td.TdClassName
{
border-color: #A687DA;
}
.TagClassName
{
border-color: #A687DA;
}
</style>