Shades of Biloba Flower #A984E4
Tints of Biloba Flower #A984E4
RGB
CMYK
RGB Variations
Color information
#A984E4 (or 0xA984E4) is known color: Biloba Flower. HEX triplet: A9, 84 and E4. RGB value is (169,132,228). Sum of RGB (Red+Green+Blue) = 169+132+228=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A984E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984E4 is #567B1B. Grayscale: #999999. Windows color (decimal): -5667612 or 14976169. OLE color: 14976169.
HSL color Cylindrical-coordinate representation of color #A984E4: hue angle of 263.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A984E4 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 132 | 228 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.11 |
| HSL | 263.13º | 0.64% | 0.71% | - |
| HSV(B) | 263.13º | 0.42% | 0.89% | - |
| XYZ | 38.62 | 30.54 | 77.26 | - |
| YUV | 154.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 228 | 0.26 | 0.42 | 0 | 0.11 | 263.13 | 0.64 | 0.71 |
| Hex | A9 | 84 | E4 | 1A | 2A | 0 | B | 107 | 40 | 47 |
| Octal | 251 | 204 | 344 | 32 | 52 | 0 | 13 | 407 | 100 | 107 |
| Binary | 10101001 | 10000100 | 11100100 | 11010 | 101010 | 0 | 1011 | 100000111 | 1000000 | 1000111 |
Color Harmonies of #A984E4
Complementary color
Monochromatic Colors of #A984E4
Black with #A984E4
Text Example
Text Example
White with #A984E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984E4; }
p { color: rgb(169,132,228); }
H1.HeaderClassName
{
color: #A984E4;
}
.AnyTagClassName
{
color: #A984E4;
}
</style>
background-color css
<style>
a { background-color: #A984E4; }
a { background-color: rgb(169,132,228); }
div.DivClassName
{
background-color: #A984E4;
}
.BgClassName
{
background-color: #A984E4;
}
</style>
border-color css
<style>
span { border-color: #A984E4; }
span { border-color: rgb(169,132,228); }
td.TdClassName
{
border-color: #A984E4;
}
.TagClassName
{
border-color: #A984E4;
}
</style>