Shades of Biloba Flower #A894F3
Tints of Biloba Flower #A894F3
RGB
CMYK
RGB Variations
Color information
#A894F3 (or 0xA894F3) is known color: Biloba Flower. HEX triplet: A8, 94 and F3. RGB value is (168,148,243). Sum of RGB (Red+Green+Blue) = 168+148+243=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #A894F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894F3 is #576B0C. Grayscale: #A4A4A4. Windows color (decimal): -5729037 or 15963304. OLE color: 15963304.
HSL color Cylindrical-coordinate representation of color #A894F3: hue angle of 252.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A894F3 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 148 | 243 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.05 |
| HSL | 252.63º | 0.8% | 0.77% | - |
| HSV(B) | 252.63º | 0.39% | 0.95% | - |
| XYZ | 42.92 | 35.98 | 89.48 | - |
| YUV | 164.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 243 | 0.31 | 0.39 | 0 | 0.05 | 252.63 | 0.8 | 0.77 |
| Hex | A8 | 94 | F3 | 1F | 27 | 0 | 5 | FD | 50 | 4D |
| Octal | 250 | 224 | 363 | 37 | 47 | 0 | 5 | 375 | 120 | 115 |
| Binary | 10101000 | 10010100 | 11110011 | 11111 | 100111 | 0 | 101 | 11111101 | 1010000 | 1001101 |
Color Harmonies of #A894F3
Complementary color
Monochromatic Colors of #A894F3
Black with #A894F3
Text Example
Text Example
White with #A894F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894F3; }
p { color: rgb(168,148,243); }
H1.HeaderClassName
{
color: #A894F3;
}
.AnyTagClassName
{
color: #A894F3;
}
</style>
background-color css
<style>
a { background-color: #A894F3; }
a { background-color: rgb(168,148,243); }
div.DivClassName
{
background-color: #A894F3;
}
.BgClassName
{
background-color: #A894F3;
}
</style>
border-color css
<style>
span { border-color: #A894F3; }
span { border-color: rgb(168,148,243); }
td.TdClassName
{
border-color: #A894F3;
}
.TagClassName
{
border-color: #A894F3;
}
</style>