Shades of Biloba Flower #A683DB
Tints of Biloba Flower #A683DB
RGB
CMYK
RGB Variations
Color information
#A683DB (or 0xA683DB) is known color: Biloba Flower. HEX triplet: A6, 83 and DB. RGB value is (166,131,219). Sum of RGB (Red+Green+Blue) = 166+131+219=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A683DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683DB is #597C24. Grayscale: #979797. Windows color (decimal): -5864485 or 14386086. OLE color: 14386086.
HSL color Cylindrical-coordinate representation of color #A683DB: hue angle of 263.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A683DB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 131 | 219 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.14 |
| HSL | 263.86º | 0.55% | 0.69% | - |
| HSV(B) | 263.86º | 0.4% | 0.86% | - |
| XYZ | 36.63 | 29.45 | 70.77 | - |
| YUV | 151.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 219 | 0.24 | 0.40 | 0 | 0.14 | 263.86 | 0.55 | 0.69 |
| Hex | A6 | 83 | DB | 18 | 28 | 0 | E | 108 | 37 | 45 |
| Octal | 246 | 203 | 333 | 30 | 50 | 0 | 16 | 410 | 67 | 105 |
| Binary | 10100110 | 10000011 | 11011011 | 11000 | 101000 | 0 | 1110 | 100001000 | 110111 | 1000101 |
Color Harmonies of #A683DB
Complementary color
Monochromatic Colors of #A683DB
Black with #A683DB
Text Example
Text Example
White with #A683DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683DB; }
p { color: rgb(166,131,219); }
H1.HeaderClassName
{
color: #A683DB;
}
.AnyTagClassName
{
color: #A683DB;
}
</style>
background-color css
<style>
a { background-color: #A683DB; }
a { background-color: rgb(166,131,219); }
div.DivClassName
{
background-color: #A683DB;
}
.BgClassName
{
background-color: #A683DB;
}
</style>
border-color css
<style>
span { border-color: #A683DB; }
span { border-color: rgb(166,131,219); }
td.TdClassName
{
border-color: #A683DB;
}
.TagClassName
{
border-color: #A683DB;
}
</style>