Shades of Biloba Flower #A894CE
Tints of Biloba Flower #A894CE
RGB
CMYK
RGB Variations
Color information
#A894CE (or 0xA894CE) is known color: Biloba Flower. HEX triplet: A8, 94 and CE. RGB value is (168,148,206). Sum of RGB (Red+Green+Blue) = 168+148+206=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A894CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894CE is #576B31. Grayscale: #A0A0A0. Windows color (decimal): -5729074 or 13538472. OLE color: 13538472.
HSL color Cylindrical-coordinate representation of color #A894CE: hue angle of 260.69º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A894CE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 148 | 206 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.19 |
| HSL | 260.69º | 0.37% | 0.69% | - |
| HSV(B) | 260.69º | 0.28% | 0.81% | - |
| XYZ | 37.88 | 33.96 | 62.95 | - |
| YUV | 160.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 206 | 0.18 | 0.28 | 0 | 0.19 | 260.69 | 0.37 | 0.69 |
| Hex | A8 | 94 | CE | 12 | 1C | 0 | 13 | 105 | 25 | 45 |
| Octal | 250 | 224 | 316 | 22 | 34 | 0 | 23 | 405 | 45 | 105 |
| Binary | 10101000 | 10010100 | 11001110 | 10010 | 11100 | 0 | 10011 | 100000101 | 100101 | 1000101 |
Color Harmonies of #A894CE
Complementary color
Monochromatic Colors of #A894CE
Black with #A894CE
Text Example
Text Example
White with #A894CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894CE; }
p { color: rgb(168,148,206); }
H1.HeaderClassName
{
color: #A894CE;
}
.AnyTagClassName
{
color: #A894CE;
}
</style>
background-color css
<style>
a { background-color: #A894CE; }
a { background-color: rgb(168,148,206); }
div.DivClassName
{
background-color: #A894CE;
}
.BgClassName
{
background-color: #A894CE;
}
</style>
border-color css
<style>
span { border-color: #A894CE; }
span { border-color: rgb(168,148,206); }
td.TdClassName
{
border-color: #A894CE;
}
.TagClassName
{
border-color: #A894CE;
}
</style>