Shades of Biloba Flower #A898DB
Tints of Biloba Flower #A898DB
RGB
CMYK
RGB Variations
Color information
#A898DB (or 0xA898DB) is known color: Biloba Flower. HEX triplet: A8, 98 and DB. RGB value is (168,152,219). Sum of RGB (Red+Green+Blue) = 168+152+219=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A898DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DB is #576724. Grayscale: #A4A4A4. Windows color (decimal): -5728037 or 14391464. OLE color: 14391464.
HSL color Cylindrical-coordinate representation of color #A898DB: hue angle of 254.33º 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 #A898DB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 152 | 219 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.14 |
| HSL | 254.33º | 0.48% | 0.73% | - |
| HSV(B) | 254.33º | 0.31% | 0.86% | - |
| XYZ | 40.16 | 35.9 | 71.83 | - |
| YUV | 164.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 219 | 0.23 | 0.31 | 0 | 0.14 | 254.33 | 0.48 | 0.73 |
| Hex | A8 | 98 | DB | 17 | 1F | 0 | E | FE | 30 | 49 |
| Octal | 250 | 230 | 333 | 27 | 37 | 0 | 16 | 376 | 60 | 111 |
| Binary | 10101000 | 10011000 | 11011011 | 10111 | 11111 | 0 | 1110 | 11111110 | 110000 | 1001001 |
Color Harmonies of #A898DB
Complementary color
Monochromatic Colors of #A898DB
Black with #A898DB
Text Example
Text Example
White with #A898DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898DB; }
p { color: rgb(168,152,219); }
H1.HeaderClassName
{
color: #A898DB;
}
.AnyTagClassName
{
color: #A898DB;
}
</style>
background-color css
<style>
a { background-color: #A898DB; }
a { background-color: rgb(168,152,219); }
div.DivClassName
{
background-color: #A898DB;
}
.BgClassName
{
background-color: #A898DB;
}
</style>
border-color css
<style>
span { border-color: #A898DB; }
span { border-color: rgb(168,152,219); }
td.TdClassName
{
border-color: #A898DB;
}
.TagClassName
{
border-color: #A898DB;
}
</style>