Shades of Biloba Flower #A698DB
Tints of Biloba Flower #A698DB
RGB
CMYK
RGB Variations
Color information
#A698DB (or 0xA698DB) is known color: Biloba Flower. HEX triplet: A6, 98 and DB. RGB value is (166,152,219). Sum of RGB (Red+Green+Blue) = 166+152+219=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A698DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698DB is #596724. Grayscale: #A3A3A3. Windows color (decimal): -5859109 or 14391462. OLE color: 14391462.
HSL color Cylindrical-coordinate representation of color #A698DB: hue angle of 252.54º degrees, saturation: 0.48, 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 #A698DB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 152 | 219 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.14 |
| HSL | 252.54º | 0.48% | 0.73% | - |
| HSV(B) | 252.54º | 0.31% | 0.86% | - |
| XYZ | 39.74 | 35.68 | 71.81 | - |
| YUV | 163.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 219 | 0.24 | 0.31 | 0 | 0.14 | 252.54 | 0.48 | 0.73 |
| Hex | A6 | 98 | DB | 18 | 1F | 0 | E | FD | 30 | 49 |
| Octal | 246 | 230 | 333 | 30 | 37 | 0 | 16 | 375 | 60 | 111 |
| Binary | 10100110 | 10011000 | 11011011 | 11000 | 11111 | 0 | 1110 | 11111101 | 110000 | 1001001 |
Color Harmonies of #A698DB
Complementary color
Monochromatic Colors of #A698DB
Black with #A698DB
Text Example
Text Example
White with #A698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698DB; }
p { color: rgb(166,152,219); }
H1.HeaderClassName
{
color: #A698DB;
}
.AnyTagClassName
{
color: #A698DB;
}
</style>
background-color css
<style>
a { background-color: #A698DB; }
a { background-color: rgb(166,152,219); }
div.DivClassName
{
background-color: #A698DB;
}
.BgClassName
{
background-color: #A698DB;
}
</style>
border-color css
<style>
span { border-color: #A698DB; }
span { border-color: rgb(166,152,219); }
td.TdClassName
{
border-color: #A698DB;
}
.TagClassName
{
border-color: #A698DB;
}
</style>