Shades of Biloba Flower #A89AD5
Tints of Biloba Flower #A89AD5
RGB
CMYK
RGB Variations
Color information
#A89AD5 (or 0xA89AD5) is known color: Biloba Flower. HEX triplet: A8, 9A and D5. RGB value is (168,154,213). Sum of RGB (Red+Green+Blue) = 168+154+213=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A89AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AD5 is #57652A. Grayscale: #A4A4A4. Windows color (decimal): -5727531 or 13998760. OLE color: 13998760.
HSL color Cylindrical-coordinate representation of color #A89AD5: hue angle of 254.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89AD5 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 154 | 213 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.16 |
| HSL | 254.24º | 0.41% | 0.72% | - |
| HSV(B) | 254.24º | 0.28% | 0.84% | - |
| XYZ | 39.71 | 36.24 | 67.85 | - |
| YUV | 164.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 213 | 0.21 | 0.28 | 0 | 0.16 | 254.24 | 0.41 | 0.72 |
| Hex | A8 | 9A | D5 | 15 | 1C | 0 | 10 | FE | 29 | 48 |
| Octal | 250 | 232 | 325 | 25 | 34 | 0 | 20 | 376 | 51 | 110 |
| Binary | 10101000 | 10011010 | 11010101 | 10101 | 11100 | 0 | 10000 | 11111110 | 101001 | 1001000 |
Color Harmonies of #A89AD5
Complementary color
Monochromatic Colors of #A89AD5
Black with #A89AD5
Text Example
Text Example
White with #A89AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AD5; }
p { color: rgb(168,154,213); }
H1.HeaderClassName
{
color: #A89AD5;
}
.AnyTagClassName
{
color: #A89AD5;
}
</style>
background-color css
<style>
a { background-color: #A89AD5; }
a { background-color: rgb(168,154,213); }
div.DivClassName
{
background-color: #A89AD5;
}
.BgClassName
{
background-color: #A89AD5;
}
</style>
border-color css
<style>
span { border-color: #A89AD5; }
span { border-color: rgb(168,154,213); }
td.TdClassName
{
border-color: #A89AD5;
}
.TagClassName
{
border-color: #A89AD5;
}
</style>