Shades of Biloba Flower #A894D7
Tints of Biloba Flower #A894D7
RGB
CMYK
RGB Variations
Color information
#A894D7 (or 0xA894D7) is known color: Biloba Flower. HEX triplet: A8, 94 and D7. RGB value is (168,148,215). Sum of RGB (Red+Green+Blue) = 168+148+215=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A894D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D7 is #576B28. Grayscale: #A1A1A1. Windows color (decimal): -5729065 or 14128296. OLE color: 14128296.
HSL color Cylindrical-coordinate representation of color #A894D7: hue angle of 257.91º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A894D7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 148 | 215 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.16 |
| HSL | 257.91º | 0.46% | 0.71% | - |
| HSV(B) | 257.91º | 0.31% | 0.84% | - |
| XYZ | 39 | 34.41 | 68.88 | - |
| YUV | 161.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 215 | 0.22 | 0.31 | 0 | 0.16 | 257.91 | 0.46 | 0.71 |
| Hex | A8 | 94 | D7 | 16 | 1F | 0 | 10 | 102 | 2E | 47 |
| Octal | 250 | 224 | 327 | 26 | 37 | 0 | 20 | 402 | 56 | 107 |
| Binary | 10101000 | 10010100 | 11010111 | 10110 | 11111 | 0 | 10000 | 100000010 | 101110 | 1000111 |
Color Harmonies of #A894D7
Complementary color
Monochromatic Colors of #A894D7
Black with #A894D7
Text Example
Text Example
White with #A894D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894D7; }
p { color: rgb(168,148,215); }
H1.HeaderClassName
{
color: #A894D7;
}
.AnyTagClassName
{
color: #A894D7;
}
</style>
background-color css
<style>
a { background-color: #A894D7; }
a { background-color: rgb(168,148,215); }
div.DivClassName
{
background-color: #A894D7;
}
.BgClassName
{
background-color: #A894D7;
}
</style>
border-color css
<style>
span { border-color: #A894D7; }
span { border-color: rgb(168,148,215); }
td.TdClassName
{
border-color: #A894D7;
}
.TagClassName
{
border-color: #A894D7;
}
</style>