Shades of Biloba Flower #A89ADD
Tints of Biloba Flower #A89ADD
RGB
CMYK
RGB Variations
Color information
#A89ADD (or 0xA89ADD) is known color: Biloba Flower. HEX triplet: A8, 9A and DD. RGB value is (168,154,221). Sum of RGB (Red+Green+Blue) = 168+154+221=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADD is #576522. Grayscale: #A5A5A5. Windows color (decimal): -5727523 or 14523048. OLE color: 14523048.
HSL color Cylindrical-coordinate representation of color #A89ADD: hue angle of 252.54º degrees, saturation: 0.5, 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 #A89ADD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 154 | 221 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 252.54º | 0.5% | 0.74% | - |
| HSV(B) | 252.54º | 0.3% | 0.87% | - |
| XYZ | 40.76 | 36.66 | 73.33 | - |
| YUV | 165.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 221 | 0.24 | 0.30 | 0 | 0.13 | 252.54 | 0.5 | 0.74 |
| Hex | A8 | 9A | DD | 18 | 1E | 0 | D | FD | 32 | 4A |
| Octal | 250 | 232 | 335 | 30 | 36 | 0 | 15 | 375 | 62 | 112 |
| Binary | 10101000 | 10011010 | 11011101 | 11000 | 11110 | 0 | 1101 | 11111101 | 110010 | 1001010 |
Color Harmonies of #A89ADD
Complementary color
Monochromatic Colors of #A89ADD
Black with #A89ADD
Text Example
Text Example
White with #A89ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ADD; }
p { color: rgb(168,154,221); }
H1.HeaderClassName
{
color: #A89ADD;
}
.AnyTagClassName
{
color: #A89ADD;
}
</style>
background-color css
<style>
a { background-color: #A89ADD; }
a { background-color: rgb(168,154,221); }
div.DivClassName
{
background-color: #A89ADD;
}
.BgClassName
{
background-color: #A89ADD;
}
</style>
border-color css
<style>
span { border-color: #A89ADD; }
span { border-color: rgb(168,154,221); }
td.TdClassName
{
border-color: #A89ADD;
}
.TagClassName
{
border-color: #A89ADD;
}
</style>