Shades of Biloba Flower #A894D4
Tints of Biloba Flower #A894D4
RGB
CMYK
RGB Variations
Color information
#A894D4 (or 0xA894D4) is known color: Biloba Flower. HEX triplet: A8, 94 and D4. RGB value is (168,148,212). Sum of RGB (Red+Green+Blue) = 168+148+212=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #A894D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D4 is #576B2B. Grayscale: #A1A1A1. Windows color (decimal): -5729068 or 13931688. OLE color: 13931688.
HSL color Cylindrical-coordinate representation of color #A894D4: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A894D4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 148 | 212 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.17 |
| HSL | 258.75º | 0.43% | 0.71% | - |
| HSV(B) | 258.75º | 0.3% | 0.83% | - |
| XYZ | 38.62 | 34.26 | 66.86 | - |
| YUV | 161.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 212 | 0.21 | 0.30 | 0 | 0.17 | 258.75 | 0.43 | 0.71 |
| Hex | A8 | 94 | D4 | 15 | 1E | 0 | 11 | 103 | 2B | 47 |
| Octal | 250 | 224 | 324 | 25 | 36 | 0 | 21 | 403 | 53 | 107 |
| Binary | 10101000 | 10010100 | 11010100 | 10101 | 11110 | 0 | 10001 | 100000011 | 101011 | 1000111 |
Color Harmonies of #A894D4
Complementary color
Monochromatic Colors of #A894D4
Black with #A894D4
Text Example
Text Example
White with #A894D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894D4; }
p { color: rgb(168,148,212); }
H1.HeaderClassName
{
color: #A894D4;
}
.AnyTagClassName
{
color: #A894D4;
}
</style>
background-color css
<style>
a { background-color: #A894D4; }
a { background-color: rgb(168,148,212); }
div.DivClassName
{
background-color: #A894D4;
}
.BgClassName
{
background-color: #A894D4;
}
</style>
border-color css
<style>
span { border-color: #A894D4; }
span { border-color: rgb(168,148,212); }
td.TdClassName
{
border-color: #A894D4;
}
.TagClassName
{
border-color: #A894D4;
}
</style>