Shades of Biloba Flower #A898DC
Tints of Biloba Flower #A898DC
RGB
CMYK
RGB Variations
Color information
#A898DC (or 0xA898DC) is known color: Biloba Flower. HEX triplet: A8, 98 and DC. RGB value is (168,152,220). Sum of RGB (Red+Green+Blue) = 168+152+220=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A898DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DC is #576723. Grayscale: #A4A4A4. Windows color (decimal): -5728036 or 14457000. OLE color: 14457000.
HSL color Cylindrical-coordinate representation of color #A898DC: hue angle of 254.12º 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 #A898DC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 152 | 220 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.14 |
| HSL | 254.12º | 0.49% | 0.73% | - |
| HSV(B) | 254.12º | 0.31% | 0.86% | - |
| XYZ | 40.29 | 35.95 | 72.53 | - |
| YUV | 164.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 220 | 0.24 | 0.31 | 0 | 0.14 | 254.12 | 0.49 | 0.73 |
| Hex | A8 | 98 | DC | 18 | 1F | 0 | E | FE | 31 | 49 |
| Octal | 250 | 230 | 334 | 30 | 37 | 0 | 16 | 376 | 61 | 111 |
| Binary | 10101000 | 10011000 | 11011100 | 11000 | 11111 | 0 | 1110 | 11111110 | 110001 | 1001001 |
Color Harmonies of #A898DC
Complementary color
Monochromatic Colors of #A898DC
Black with #A898DC
Text Example
Text Example
White with #A898DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898DC; }
p { color: rgb(168,152,220); }
H1.HeaderClassName
{
color: #A898DC;
}
.AnyTagClassName
{
color: #A898DC;
}
</style>
background-color css
<style>
a { background-color: #A898DC; }
a { background-color: rgb(168,152,220); }
div.DivClassName
{
background-color: #A898DC;
}
.BgClassName
{
background-color: #A898DC;
}
</style>
border-color css
<style>
span { border-color: #A898DC; }
span { border-color: rgb(168,152,220); }
td.TdClassName
{
border-color: #A898DC;
}
.TagClassName
{
border-color: #A898DC;
}
</style>