Shades of Biloba Flower #A894EF
Tints of Biloba Flower #A894EF
RGB
CMYK
RGB Variations
Color information
#A894EF (or 0xA894EF) is known color: Biloba Flower. HEX triplet: A8, 94 and EF. RGB value is (168,148,239). Sum of RGB (Red+Green+Blue) = 168+148+239=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #A894EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894EF is #576B10. Grayscale: #A4A4A4. Windows color (decimal): -5729041 or 15701160. OLE color: 15701160.
HSL color Cylindrical-coordinate representation of color #A894EF: hue angle of 253.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A894EF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 148 | 239 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.06 |
| HSL | 253.19º | 0.74% | 0.76% | - |
| HSV(B) | 253.19º | 0.38% | 0.94% | - |
| XYZ | 42.32 | 35.74 | 86.33 | - |
| YUV | 164.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 239 | 0.30 | 0.38 | 0 | 0.06 | 253.19 | 0.74 | 0.76 |
| Hex | A8 | 94 | EF | 1E | 26 | 0 | 6 | FD | 4A | 4C |
| Octal | 250 | 224 | 357 | 36 | 46 | 0 | 6 | 375 | 112 | 114 |
| Binary | 10101000 | 10010100 | 11101111 | 11110 | 100110 | 0 | 110 | 11111101 | 1001010 | 1001100 |
Color Harmonies of #A894EF
Complementary color
Monochromatic Colors of #A894EF
Black with #A894EF
Text Example
Text Example
White with #A894EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894EF; }
p { color: rgb(168,148,239); }
H1.HeaderClassName
{
color: #A894EF;
}
.AnyTagClassName
{
color: #A894EF;
}
</style>
background-color css
<style>
a { background-color: #A894EF; }
a { background-color: rgb(168,148,239); }
div.DivClassName
{
background-color: #A894EF;
}
.BgClassName
{
background-color: #A894EF;
}
</style>
border-color css
<style>
span { border-color: #A894EF; }
span { border-color: rgb(168,148,239); }
td.TdClassName
{
border-color: #A894EF;
}
.TagClassName
{
border-color: #A894EF;
}
</style>