Shades of Biloba Flower #A884E8
Tints of Biloba Flower #A884E8
RGB
CMYK
RGB Variations
Color information
#A884E8 (or 0xA884E8) is known color: Biloba Flower. HEX triplet: A8, 84 and E8. RGB value is (168,132,232). Sum of RGB (Red+Green+Blue) = 168+132+232=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #A884E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884E8 is #577B17. Grayscale: #999999. Windows color (decimal): -5733144 or 15238312. OLE color: 15238312.
HSL color Cylindrical-coordinate representation of color #A884E8: hue angle of 261.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A884E8 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 132 | 232 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.09 |
| HSL | 261.6º | 0.68% | 0.71% | - |
| HSV(B) | 261.6º | 0.43% | 0.91% | - |
| XYZ | 38.97 | 30.65 | 80.21 | - |
| YUV | 154.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 232 | 0.28 | 0.43 | 0 | 0.09 | 261.6 | 0.68 | 0.71 |
| Hex | A8 | 84 | E8 | 1C | 2B | 0 | 9 | 106 | 44 | 47 |
| Octal | 250 | 204 | 350 | 34 | 53 | 0 | 11 | 406 | 104 | 107 |
| Binary | 10101000 | 10000100 | 11101000 | 11100 | 101011 | 0 | 1001 | 100000110 | 1000100 | 1000111 |
Color Harmonies of #A884E8
Complementary color
Monochromatic Colors of #A884E8
Black with #A884E8
Text Example
Text Example
White with #A884E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884E8; }
p { color: rgb(168,132,232); }
H1.HeaderClassName
{
color: #A884E8;
}
.AnyTagClassName
{
color: #A884E8;
}
</style>
background-color css
<style>
a { background-color: #A884E8; }
a { background-color: rgb(168,132,232); }
div.DivClassName
{
background-color: #A884E8;
}
.BgClassName
{
background-color: #A884E8;
}
</style>
border-color css
<style>
span { border-color: #A884E8; }
span { border-color: rgb(168,132,232); }
td.TdClassName
{
border-color: #A884E8;
}
.TagClassName
{
border-color: #A884E8;
}
</style>