Shades of Biloba Flower #A89BDF
Tints of Biloba Flower #A89BDF
RGB
CMYK
RGB Variations
Color information
#A89BDF (or 0xA89BDF) is known color: Biloba Flower. HEX triplet: A8, 9B and DF. RGB value is (168,155,223). Sum of RGB (Red+Green+Blue) = 168+155+223=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #A89BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BDF is #576420. Grayscale: #A6A6A6. Windows color (decimal): -5727265 or 14654376. OLE color: 14654376.
HSL color Cylindrical-coordinate representation of color #A89BDF: hue angle of 251.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89BDF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 155 | 223 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.13 |
| HSL | 251.47º | 0.52% | 0.74% | - |
| HSV(B) | 251.47º | 0.3% | 0.87% | - |
| XYZ | 41.19 | 37.1 | 74.8 | - |
| YUV | 166.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 223 | 0.25 | 0.30 | 0 | 0.13 | 251.47 | 0.52 | 0.74 |
| Hex | A8 | 9B | DF | 19 | 1E | 0 | D | FB | 34 | 4A |
| Octal | 250 | 233 | 337 | 31 | 36 | 0 | 15 | 373 | 64 | 112 |
| Binary | 10101000 | 10011011 | 11011111 | 11001 | 11110 | 0 | 1101 | 11111011 | 110100 | 1001010 |
Color Harmonies of #A89BDF
Complementary color
Monochromatic Colors of #A89BDF
Black with #A89BDF
Text Example
Text Example
White with #A89BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BDF; }
p { color: rgb(168,155,223); }
H1.HeaderClassName
{
color: #A89BDF;
}
.AnyTagClassName
{
color: #A89BDF;
}
</style>
background-color css
<style>
a { background-color: #A89BDF; }
a { background-color: rgb(168,155,223); }
div.DivClassName
{
background-color: #A89BDF;
}
.BgClassName
{
background-color: #A89BDF;
}
</style>
border-color css
<style>
span { border-color: #A89BDF; }
span { border-color: rgb(168,155,223); }
td.TdClassName
{
border-color: #A89BDF;
}
.TagClassName
{
border-color: #A89BDF;
}
</style>