Shades of Biloba Flower #A894EE
Tints of Biloba Flower #A894EE
RGB
CMYK
RGB Variations
Color information
#A894EE (or 0xA894EE) is known color: Biloba Flower. HEX triplet: A8, 94 and EE. RGB value is (168,148,238). Sum of RGB (Red+Green+Blue) = 168+148+238=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A894EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894EE is #576B11. Grayscale: #A3A3A3. Windows color (decimal): -5729042 or 15635624. OLE color: 15635624.
HSL color Cylindrical-coordinate representation of color #A894EE: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A894EE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 148 | 238 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.07 |
| HSL | 253.33º | 0.73% | 0.76% | - |
| HSV(B) | 253.33º | 0.38% | 0.93% | - |
| XYZ | 42.17 | 35.68 | 85.55 | - |
| YUV | 164.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 238 | 0.29 | 0.38 | 0 | 0.07 | 253.33 | 0.73 | 0.76 |
| Hex | A8 | 94 | EE | 1D | 26 | 0 | 7 | FD | 49 | 4C |
| Octal | 250 | 224 | 356 | 35 | 46 | 0 | 7 | 375 | 111 | 114 |
| Binary | 10101000 | 10010100 | 11101110 | 11101 | 100110 | 0 | 111 | 11111101 | 1001001 | 1001100 |
Color Harmonies of #A894EE
Complementary color
Monochromatic Colors of #A894EE
Black with #A894EE
Text Example
Text Example
White with #A894EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894EE; }
p { color: rgb(168,148,238); }
H1.HeaderClassName
{
color: #A894EE;
}
.AnyTagClassName
{
color: #A894EE;
}
</style>
background-color css
<style>
a { background-color: #A894EE; }
a { background-color: rgb(168,148,238); }
div.DivClassName
{
background-color: #A894EE;
}
.BgClassName
{
background-color: #A894EE;
}
</style>
border-color css
<style>
span { border-color: #A894EE; }
span { border-color: rgb(168,148,238); }
td.TdClassName
{
border-color: #A894EE;
}
.TagClassName
{
border-color: #A894EE;
}
</style>