Shades of Biloba Flower #A884D9
Tints of Biloba Flower #A884D9
RGB
CMYK
RGB Variations
Color information
#A884D9 (or 0xA884D9) is known color: Biloba Flower. HEX triplet: A8, 84 and D9. RGB value is (168,132,217). Sum of RGB (Red+Green+Blue) = 168+132+217=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #A884D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884D9 is #577B26. Grayscale: #989898. Windows color (decimal): -5733159 or 14255272. OLE color: 14255272.
HSL color Cylindrical-coordinate representation of color #A884D9: hue angle of 265.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A884D9 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 132 | 217 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.15 |
| HSL | 265.41º | 0.53% | 0.68% | - |
| HSV(B) | 265.41º | 0.39% | 0.85% | - |
| XYZ | 36.92 | 29.84 | 69.46 | - |
| YUV | 152.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 217 | 0.23 | 0.39 | 0 | 0.15 | 265.41 | 0.53 | 0.68 |
| Hex | A8 | 84 | D9 | 17 | 27 | 0 | F | 109 | 35 | 44 |
| Octal | 250 | 204 | 331 | 27 | 47 | 0 | 17 | 411 | 65 | 104 |
| Binary | 10101000 | 10000100 | 11011001 | 10111 | 100111 | 0 | 1111 | 100001001 | 110101 | 1000100 |
Color Harmonies of #A884D9
Complementary color
Monochromatic Colors of #A884D9
Black with #A884D9
Text Example
Text Example
White with #A884D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884D9; }
p { color: rgb(168,132,217); }
H1.HeaderClassName
{
color: #A884D9;
}
.AnyTagClassName
{
color: #A884D9;
}
</style>
background-color css
<style>
a { background-color: #A884D9; }
a { background-color: rgb(168,132,217); }
div.DivClassName
{
background-color: #A884D9;
}
.BgClassName
{
background-color: #A884D9;
}
</style>
border-color css
<style>
span { border-color: #A884D9; }
span { border-color: rgb(168,132,217); }
td.TdClassName
{
border-color: #A884D9;
}
.TagClassName
{
border-color: #A884D9;
}
</style>