Shades of Biloba Flower #A898D0
Tints of Biloba Flower #A898D0
RGB
CMYK
RGB Variations
Color information
#A898D0 (or 0xA898D0) is known color: Biloba Flower. HEX triplet: A8, 98 and D0. RGB value is (168,152,208). Sum of RGB (Red+Green+Blue) = 168+152+208=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A898D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D0 is #57672F. Grayscale: #A2A2A2. Windows color (decimal): -5728048 or 13670568. OLE color: 13670568.
HSL color Cylindrical-coordinate representation of color #A898D0: hue angle of 257.14º degrees, saturation: 0.37, 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 #A898D0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 152 | 208 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.18 |
| HSL | 257.14º | 0.37% | 0.71% | - |
| HSV(B) | 257.14º | 0.27% | 0.82% | - |
| XYZ | 38.76 | 35.34 | 64.45 | - |
| YUV | 163.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 208 | 0.19 | 0.27 | 0 | 0.18 | 257.14 | 0.37 | 0.71 |
| Hex | A8 | 98 | D0 | 13 | 1B | 0 | 12 | 101 | 25 | 47 |
| Octal | 250 | 230 | 320 | 23 | 33 | 0 | 22 | 401 | 45 | 107 |
| Binary | 10101000 | 10011000 | 11010000 | 10011 | 11011 | 0 | 10010 | 100000001 | 100101 | 1000111 |
Color Harmonies of #A898D0
Complementary color
Monochromatic Colors of #A898D0
Black with #A898D0
Text Example
Text Example
White with #A898D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898D0; }
p { color: rgb(168,152,208); }
H1.HeaderClassName
{
color: #A898D0;
}
.AnyTagClassName
{
color: #A898D0;
}
</style>
background-color css
<style>
a { background-color: #A898D0; }
a { background-color: rgb(168,152,208); }
div.DivClassName
{
background-color: #A898D0;
}
.BgClassName
{
background-color: #A898D0;
}
</style>
border-color css
<style>
span { border-color: #A898D0; }
span { border-color: rgb(168,152,208); }
td.TdClassName
{
border-color: #A898D0;
}
.TagClassName
{
border-color: #A898D0;
}
</style>