Shades of Biloba Flower #A898D1
Tints of Biloba Flower #A898D1
RGB
CMYK
RGB Variations
Color information
#A898D1 (or 0xA898D1) is known color: Biloba Flower. HEX triplet: A8, 98 and D1. RGB value is (168,152,209). Sum of RGB (Red+Green+Blue) = 168+152+209=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #A898D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D1 is #57672E. Grayscale: #A3A3A3. Windows color (decimal): -5728047 or 13736104. OLE color: 13736104.
HSL color Cylindrical-coordinate representation of color #A898D1: hue angle of 256.84º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A898D1 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 152 | 209 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.18 |
| HSL | 256.84º | 0.38% | 0.71% | - |
| HSV(B) | 256.84º | 0.27% | 0.82% | - |
| XYZ | 38.89 | 35.38 | 65.1 | - |
| YUV | 163.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 209 | 0.20 | 0.27 | 0 | 0.18 | 256.84 | 0.38 | 0.71 |
| Hex | A8 | 98 | D1 | 14 | 1B | 0 | 12 | 101 | 26 | 47 |
| Octal | 250 | 230 | 321 | 24 | 33 | 0 | 22 | 401 | 46 | 107 |
| Binary | 10101000 | 10011000 | 11010001 | 10100 | 11011 | 0 | 10010 | 100000001 | 100110 | 1000111 |
Color Harmonies of #A898D1
Complementary color
Monochromatic Colors of #A898D1
Black with #A898D1
Text Example
Text Example
White with #A898D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898D1; }
p { color: rgb(168,152,209); }
H1.HeaderClassName
{
color: #A898D1;
}
.AnyTagClassName
{
color: #A898D1;
}
</style>
background-color css
<style>
a { background-color: #A898D1; }
a { background-color: rgb(168,152,209); }
div.DivClassName
{
background-color: #A898D1;
}
.BgClassName
{
background-color: #A898D1;
}
</style>
border-color css
<style>
span { border-color: #A898D1; }
span { border-color: rgb(168,152,209); }
td.TdClassName
{
border-color: #A898D1;
}
.TagClassName
{
border-color: #A898D1;
}
</style>