Shades of Biloba Flower #A694DB
Tints of Biloba Flower #A694DB
RGB
CMYK
RGB Variations
Color information
#A694DB (or 0xA694DB) is known color: Biloba Flower. HEX triplet: A6, 94 and DB. RGB value is (166,148,219). Sum of RGB (Red+Green+Blue) = 166+148+219=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A694DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694DB is #596B24. Grayscale: #A1A1A1. Windows color (decimal): -5860133 or 14390438. OLE color: 14390438.
HSL color Cylindrical-coordinate representation of color #A694DB: hue angle of 255.21º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A694DB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 148 | 219 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.14 |
| HSL | 255.21º | 0.5% | 0.72% | - |
| HSV(B) | 255.21º | 0.32% | 0.86% | - |
| XYZ | 39.1 | 34.4 | 71.6 | - |
| YUV | 161.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 219 | 0.24 | 0.32 | 0 | 0.14 | 255.21 | 0.5 | 0.72 |
| Hex | A6 | 94 | DB | 18 | 20 | 0 | E | FF | 32 | 48 |
| Octal | 246 | 224 | 333 | 30 | 40 | 0 | 16 | 377 | 62 | 110 |
| Binary | 10100110 | 10010100 | 11011011 | 11000 | 100000 | 0 | 1110 | 11111111 | 110010 | 1001000 |
Color Harmonies of #A694DB
Complementary color
Monochromatic Colors of #A694DB
Black with #A694DB
Text Example
Text Example
White with #A694DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694DB; }
p { color: rgb(166,148,219); }
H1.HeaderClassName
{
color: #A694DB;
}
.AnyTagClassName
{
color: #A694DB;
}
</style>
background-color css
<style>
a { background-color: #A694DB; }
a { background-color: rgb(166,148,219); }
div.DivClassName
{
background-color: #A694DB;
}
.BgClassName
{
background-color: #A694DB;
}
</style>
border-color css
<style>
span { border-color: #A694DB; }
span { border-color: rgb(166,148,219); }
td.TdClassName
{
border-color: #A694DB;
}
.TagClassName
{
border-color: #A694DB;
}
</style>