Shades of Biloba Flower #A89ADF
Tints of Biloba Flower #A89ADF
RGB
CMYK
RGB Variations
Color information
#A89ADF (or 0xA89ADF) is known color: Biloba Flower. HEX triplet: A8, 9A and DF. RGB value is (168,154,223). Sum of RGB (Red+Green+Blue) = 168+154+223=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A89ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADF is #576520. Grayscale: #A5A5A5. Windows color (decimal): -5727521 or 14654120. OLE color: 14654120.
HSL color Cylindrical-coordinate representation of color #A89ADF: hue angle of 252.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A89ADF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 154 | 223 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.13 |
| HSL | 252.17º | 0.52% | 0.74% | - |
| HSV(B) | 252.17º | 0.31% | 0.87% | - |
| XYZ | 41.02 | 36.76 | 74.75 | - |
| YUV | 166.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 223 | 0.25 | 0.31 | 0 | 0.13 | 252.17 | 0.52 | 0.74 |
| Hex | A8 | 9A | DF | 19 | 1F | 0 | D | FC | 34 | 4A |
| Octal | 250 | 232 | 337 | 31 | 37 | 0 | 15 | 374 | 64 | 112 |
| Binary | 10101000 | 10011010 | 11011111 | 11001 | 11111 | 0 | 1101 | 11111100 | 110100 | 1001010 |
Color Harmonies of #A89ADF
Complementary color
Monochromatic Colors of #A89ADF
Black with #A89ADF
Text Example
Text Example
White with #A89ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ADF; }
p { color: rgb(168,154,223); }
H1.HeaderClassName
{
color: #A89ADF;
}
.AnyTagClassName
{
color: #A89ADF;
}
</style>
background-color css
<style>
a { background-color: #A89ADF; }
a { background-color: rgb(168,154,223); }
div.DivClassName
{
background-color: #A89ADF;
}
.BgClassName
{
background-color: #A89ADF;
}
</style>
border-color css
<style>
span { border-color: #A89ADF; }
span { border-color: rgb(168,154,223); }
td.TdClassName
{
border-color: #A89ADF;
}
.TagClassName
{
border-color: #A89ADF;
}
</style>