Shades of Biloba Flower #A697DB
Tints of Biloba Flower #A697DB
RGB
CMYK
RGB Variations
Color information
#A697DB (or 0xA697DB) is known color: Biloba Flower. HEX triplet: A6, 97 and DB. RGB value is (166,151,219). Sum of RGB (Red+Green+Blue) = 166+151+219=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A697DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DB is #596824. Grayscale: #A2A2A2. Windows color (decimal): -5859365 or 14391206. OLE color: 14391206.
HSL color Cylindrical-coordinate representation of color #A697DB: hue angle of 253.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A697DB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 151 | 219 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.14 |
| HSL | 253.24º | 0.49% | 0.73% | - |
| HSV(B) | 253.24º | 0.31% | 0.86% | - |
| XYZ | 39.58 | 35.35 | 71.76 | - |
| YUV | 163.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 219 | 0.24 | 0.31 | 0 | 0.14 | 253.24 | 0.49 | 0.73 |
| Hex | A6 | 97 | DB | 18 | 1F | 0 | E | FD | 31 | 49 |
| Octal | 246 | 227 | 333 | 30 | 37 | 0 | 16 | 375 | 61 | 111 |
| Binary | 10100110 | 10010111 | 11011011 | 11000 | 11111 | 0 | 1110 | 11111101 | 110001 | 1001001 |
Color Harmonies of #A697DB
Complementary color
Monochromatic Colors of #A697DB
Black with #A697DB
Text Example
Text Example
White with #A697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697DB; }
p { color: rgb(166,151,219); }
H1.HeaderClassName
{
color: #A697DB;
}
.AnyTagClassName
{
color: #A697DB;
}
</style>
background-color css
<style>
a { background-color: #A697DB; }
a { background-color: rgb(166,151,219); }
div.DivClassName
{
background-color: #A697DB;
}
.BgClassName
{
background-color: #A697DB;
}
</style>
border-color css
<style>
span { border-color: #A697DB; }
span { border-color: rgb(166,151,219); }
td.TdClassName
{
border-color: #A697DB;
}
.TagClassName
{
border-color: #A697DB;
}
</style>