Shades of Biloba Flower #A685DB
Tints of Biloba Flower #A685DB
RGB
CMYK
RGB Variations
Color information
#A685DB (or 0xA685DB) is known color: Biloba Flower. HEX triplet: A6, 85 and DB. RGB value is (166,133,219). Sum of RGB (Red+Green+Blue) = 166+133+219=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A685DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685DB is #597A24. Grayscale: #989898. Windows color (decimal): -5863973 or 14386598. OLE color: 14386598.
HSL color Cylindrical-coordinate representation of color #A685DB: hue angle of 263.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A685DB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 133 | 219 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.14 |
| HSL | 263.02º | 0.54% | 0.69% | - |
| HSV(B) | 263.02º | 0.39% | 0.86% | - |
| XYZ | 36.9 | 30 | 70.86 | - |
| YUV | 152.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 219 | 0.24 | 0.39 | 0 | 0.14 | 263.02 | 0.54 | 0.69 |
| Hex | A6 | 85 | DB | 18 | 27 | 0 | E | 107 | 36 | 45 |
| Octal | 246 | 205 | 333 | 30 | 47 | 0 | 16 | 407 | 66 | 105 |
| Binary | 10100110 | 10000101 | 11011011 | 11000 | 100111 | 0 | 1110 | 100000111 | 110110 | 1000101 |
Color Harmonies of #A685DB
Complementary color
Monochromatic Colors of #A685DB
Black with #A685DB
Text Example
Text Example
White with #A685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685DB; }
p { color: rgb(166,133,219); }
H1.HeaderClassName
{
color: #A685DB;
}
.AnyTagClassName
{
color: #A685DB;
}
</style>
background-color css
<style>
a { background-color: #A685DB; }
a { background-color: rgb(166,133,219); }
div.DivClassName
{
background-color: #A685DB;
}
.BgClassName
{
background-color: #A685DB;
}
</style>
border-color css
<style>
span { border-color: #A685DB; }
span { border-color: rgb(166,133,219); }
td.TdClassName
{
border-color: #A685DB;
}
.TagClassName
{
border-color: #A685DB;
}
</style>