Shades of Biloba Flower #A894CF
Tints of Biloba Flower #A894CF
RGB
CMYK
RGB Variations
Color information
#A894CF (or 0xA894CF) is known color: Biloba Flower. HEX triplet: A8, 94 and CF. RGB value is (168,148,207). Sum of RGB (Red+Green+Blue) = 168+148+207=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A894CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894CF is #576B30. Grayscale: #A0A0A0. Windows color (decimal): -5729073 or 13604008. OLE color: 13604008.
HSL color Cylindrical-coordinate representation of color #A894CF: hue angle of 260.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A894CF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 148 | 207 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.19 |
| HSL | 260.34º | 0.38% | 0.7% | - |
| HSV(B) | 260.34º | 0.29% | 0.81% | - |
| XYZ | 38 | 34.01 | 63.59 | - |
| YUV | 160.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 207 | 0.19 | 0.29 | 0 | 0.19 | 260.34 | 0.38 | 0.7 |
| Hex | A8 | 94 | CF | 13 | 1D | 0 | 13 | 104 | 26 | 46 |
| Octal | 250 | 224 | 317 | 23 | 35 | 0 | 23 | 404 | 46 | 106 |
| Binary | 10101000 | 10010100 | 11001111 | 10011 | 11101 | 0 | 10011 | 100000100 | 100110 | 1000110 |
Color Harmonies of #A894CF
Complementary color
Monochromatic Colors of #A894CF
Black with #A894CF
Text Example
Text Example
White with #A894CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894CF; }
p { color: rgb(168,148,207); }
H1.HeaderClassName
{
color: #A894CF;
}
.AnyTagClassName
{
color: #A894CF;
}
</style>
background-color css
<style>
a { background-color: #A894CF; }
a { background-color: rgb(168,148,207); }
div.DivClassName
{
background-color: #A894CF;
}
.BgClassName
{
background-color: #A894CF;
}
</style>
border-color css
<style>
span { border-color: #A894CF; }
span { border-color: rgb(168,148,207); }
td.TdClassName
{
border-color: #A894CF;
}
.TagClassName
{
border-color: #A894CF;
}
</style>