Shades of Biloba Flower #A884E9
Tints of Biloba Flower #A884E9
RGB
CMYK
RGB Variations
Color information
#A884E9 (or 0xA884E9) is known color: Biloba Flower. HEX triplet: A8, 84 and E9. RGB value is (168,132,233). Sum of RGB (Red+Green+Blue) = 168+132+233=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #A884E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884E9 is #577B16. Grayscale: #999999. Windows color (decimal): -5733143 or 15303848. OLE color: 15303848.
HSL color Cylindrical-coordinate representation of color #A884E9: hue angle of 261.39º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A884E9 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 132 | 233 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.09 |
| HSL | 261.39º | 0.7% | 0.72% | - |
| HSV(B) | 261.39º | 0.43% | 0.91% | - |
| XYZ | 39.11 | 30.71 | 80.96 | - |
| YUV | 154.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 233 | 0.28 | 0.43 | 0 | 0.09 | 261.39 | 0.7 | 0.72 |
| Hex | A8 | 84 | E9 | 1C | 2B | 0 | 9 | 105 | 46 | 48 |
| Octal | 250 | 204 | 351 | 34 | 53 | 0 | 11 | 405 | 106 | 110 |
| Binary | 10101000 | 10000100 | 11101001 | 11100 | 101011 | 0 | 1001 | 100000101 | 1000110 | 1001000 |
Color Harmonies of #A884E9
Complementary color
Monochromatic Colors of #A884E9
Black with #A884E9
Text Example
Text Example
White with #A884E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884E9; }
p { color: rgb(168,132,233); }
H1.HeaderClassName
{
color: #A884E9;
}
.AnyTagClassName
{
color: #A884E9;
}
</style>
background-color css
<style>
a { background-color: #A884E9; }
a { background-color: rgb(168,132,233); }
div.DivClassName
{
background-color: #A884E9;
}
.BgClassName
{
background-color: #A884E9;
}
</style>
border-color css
<style>
span { border-color: #A884E9; }
span { border-color: rgb(168,132,233); }
td.TdClassName
{
border-color: #A884E9;
}
.TagClassName
{
border-color: #A884E9;
}
</style>