Shades of Biloba Flower #A898DA
Tints of Biloba Flower #A898DA
RGB
CMYK
RGB Variations
Color information
#A898DA (or 0xA898DA) is known color: Biloba Flower. HEX triplet: A8, 98 and DA. RGB value is (168,152,218). Sum of RGB (Red+Green+Blue) = 168+152+218=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A898DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DA is #576725. Grayscale: #A4A4A4. Windows color (decimal): -5728038 or 14325928. OLE color: 14325928.
HSL color Cylindrical-coordinate representation of color #A898DA: hue angle of 254.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A898DA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 152 | 218 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.15 |
| HSL | 254.55º | 0.47% | 0.73% | - |
| HSV(B) | 254.55º | 0.3% | 0.85% | - |
| XYZ | 40.03 | 35.84 | 71.14 | - |
| YUV | 164.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 218 | 0.23 | 0.30 | 0 | 0.15 | 254.55 | 0.47 | 0.73 |
| Hex | A8 | 98 | DA | 17 | 1E | 0 | F | FF | 2F | 49 |
| Octal | 250 | 230 | 332 | 27 | 36 | 0 | 17 | 377 | 57 | 111 |
| Binary | 10101000 | 10011000 | 11011010 | 10111 | 11110 | 0 | 1111 | 11111111 | 101111 | 1001001 |
Color Harmonies of #A898DA
Complementary color
Monochromatic Colors of #A898DA
Black with #A898DA
Text Example
Text Example
White with #A898DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898DA; }
p { color: rgb(168,152,218); }
H1.HeaderClassName
{
color: #A898DA;
}
.AnyTagClassName
{
color: #A898DA;
}
</style>
background-color css
<style>
a { background-color: #A898DA; }
a { background-color: rgb(168,152,218); }
div.DivClassName
{
background-color: #A898DA;
}
.BgClassName
{
background-color: #A898DA;
}
</style>
border-color css
<style>
span { border-color: #A898DA; }
span { border-color: rgb(168,152,218); }
td.TdClassName
{
border-color: #A898DA;
}
.TagClassName
{
border-color: #A898DA;
}
</style>