Shades of Biloba Flower #A291D0
Tints of Biloba Flower #A291D0
RGB
CMYK
RGB Variations
Color information
#A291D0 (or 0xA291D0) is known color: Biloba Flower. HEX triplet: A2, 91 and D0. RGB value is (162,145,208). Sum of RGB (Red+Green+Blue) = 162+145+208=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #A291D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D0 is #5D6E2F. Grayscale: #9D9D9D. Windows color (decimal): -6123056 or 13668770. OLE color: 13668770.
HSL color Cylindrical-coordinate representation of color #A291D0: hue angle of 256.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A291D0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 145 | 208 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 256.19º | 0.4% | 0.69% | - |
| HSV(B) | 256.19º | 0.3% | 0.82% | - |
| XYZ | 36.41 | 32.49 | 64.03 | - |
| YUV | 157.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 208 | 0.22 | 0.30 | 0 | 0.18 | 256.19 | 0.4 | 0.69 |
| Hex | A2 | 91 | D0 | 16 | 1E | 0 | 12 | 100 | 28 | 45 |
| Octal | 242 | 221 | 320 | 26 | 36 | 0 | 22 | 400 | 50 | 105 |
| Binary | 10100010 | 10010001 | 11010000 | 10110 | 11110 | 0 | 10010 | 100000000 | 101000 | 1000101 |
Color Harmonies of #A291D0
Complementary color
Monochromatic Colors of #A291D0
Black with #A291D0
Text Example
Text Example
White with #A291D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291D0; }
p { color: rgb(162,145,208); }
H1.HeaderClassName
{
color: #A291D0;
}
.AnyTagClassName
{
color: #A291D0;
}
</style>
background-color css
<style>
a { background-color: #A291D0; }
a { background-color: rgb(162,145,208); }
div.DivClassName
{
background-color: #A291D0;
}
.BgClassName
{
background-color: #A291D0;
}
</style>
border-color css
<style>
span { border-color: #A291D0; }
span { border-color: rgb(162,145,208); }
td.TdClassName
{
border-color: #A291D0;
}
.TagClassName
{
border-color: #A291D0;
}
</style>