Shades of Biloba Flower #A984D8
Tints of Biloba Flower #A984D8
RGB
CMYK
RGB Variations
Color information
#A984D8 (or 0xA984D8) is known color: Biloba Flower. HEX triplet: A9, 84 and D8. RGB value is (169,132,216). Sum of RGB (Red+Green+Blue) = 169+132+216=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #A984D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984D8 is #567B27. Grayscale: #989898. Windows color (decimal): -5667624 or 14189737. OLE color: 14189737.
HSL color Cylindrical-coordinate representation of color #A984D8: hue angle of 266.43º degrees, saturation: 0.52, 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 #A984D8 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 132 | 216 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.15 |
| HSL | 266.43º | 0.52% | 0.68% | - |
| HSV(B) | 266.43º | 0.39% | 0.85% | - |
| XYZ | 37.01 | 29.9 | 68.79 | - |
| YUV | 152.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 216 | 0.22 | 0.39 | 0 | 0.15 | 266.43 | 0.52 | 0.68 |
| Hex | A9 | 84 | D8 | 16 | 27 | 0 | F | 10A | 34 | 44 |
| Octal | 251 | 204 | 330 | 26 | 47 | 0 | 17 | 412 | 64 | 104 |
| Binary | 10101001 | 10000100 | 11011000 | 10110 | 100111 | 0 | 1111 | 100001010 | 110100 | 1000100 |
Color Harmonies of #A984D8
Complementary color
Monochromatic Colors of #A984D8
Black with #A984D8
Text Example
Text Example
White with #A984D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984D8; }
p { color: rgb(169,132,216); }
H1.HeaderClassName
{
color: #A984D8;
}
.AnyTagClassName
{
color: #A984D8;
}
</style>
background-color css
<style>
a { background-color: #A984D8; }
a { background-color: rgb(169,132,216); }
div.DivClassName
{
background-color: #A984D8;
}
.BgClassName
{
background-color: #A984D8;
}
</style>
border-color css
<style>
span { border-color: #A984D8; }
span { border-color: rgb(169,132,216); }
td.TdClassName
{
border-color: #A984D8;
}
.TagClassName
{
border-color: #A984D8;
}
</style>