Shades of Biloba Flower #A891D1
Tints of Biloba Flower #A891D1
RGB
CMYK
RGB Variations
Color information
#A891D1 (or 0xA891D1) is known color: Biloba Flower. HEX triplet: A8, 91 and D1. RGB value is (168,145,209). Sum of RGB (Red+Green+Blue) = 168+145+209=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #A891D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891D1 is #576E2E. Grayscale: #9E9E9E. Windows color (decimal): -5729839 or 13734312. OLE color: 13734312.
HSL color Cylindrical-coordinate representation of color #A891D1: hue angle of 261.56º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A891D1 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 145 | 209 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.18 |
| HSL | 261.56º | 0.41% | 0.69% | - |
| HSV(B) | 261.56º | 0.31% | 0.82% | - |
| XYZ | 37.78 | 33.18 | 64.73 | - |
| YUV | 159.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 209 | 0.20 | 0.31 | 0 | 0.18 | 261.56 | 0.41 | 0.69 |
| Hex | A8 | 91 | D1 | 14 | 1F | 0 | 12 | 106 | 29 | 45 |
| Octal | 250 | 221 | 321 | 24 | 37 | 0 | 22 | 406 | 51 | 105 |
| Binary | 10101000 | 10010001 | 11010001 | 10100 | 11111 | 0 | 10010 | 100000110 | 101001 | 1000101 |
Color Harmonies of #A891D1
Complementary color
Monochromatic Colors of #A891D1
Black with #A891D1
Text Example
Text Example
White with #A891D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891D1; }
p { color: rgb(168,145,209); }
H1.HeaderClassName
{
color: #A891D1;
}
.AnyTagClassName
{
color: #A891D1;
}
</style>
background-color css
<style>
a { background-color: #A891D1; }
a { background-color: rgb(168,145,209); }
div.DivClassName
{
background-color: #A891D1;
}
.BgClassName
{
background-color: #A891D1;
}
</style>
border-color css
<style>
span { border-color: #A891D1; }
span { border-color: rgb(168,145,209); }
td.TdClassName
{
border-color: #A891D1;
}
.TagClassName
{
border-color: #A891D1;
}
</style>