Shades of Biloba Flower #A691DD
Tints of Biloba Flower #A691DD
RGB
CMYK
RGB Variations
Color information
#A691DD (or 0xA691DD) is known color: Biloba Flower. HEX triplet: A6, 91 and DD. RGB value is (166,145,221). Sum of RGB (Red+Green+Blue) = 166+145+221=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A691DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691DD is #596E22. Grayscale: #9F9F9F. Windows color (decimal): -5860899 or 14520742. OLE color: 14520742.
HSL color Cylindrical-coordinate representation of color #A691DD: hue angle of 256.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A691DD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 145 | 221 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.13 |
| HSL | 256.58º | 0.53% | 0.72% | - |
| HSV(B) | 256.58º | 0.34% | 0.87% | - |
| XYZ | 38.9 | 33.58 | 72.84 | - |
| YUV | 159.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 221 | 0.25 | 0.34 | 0 | 0.13 | 256.58 | 0.53 | 0.72 |
| Hex | A6 | 91 | DD | 19 | 22 | 0 | D | 101 | 35 | 48 |
| Octal | 246 | 221 | 335 | 31 | 42 | 0 | 15 | 401 | 65 | 110 |
| Binary | 10100110 | 10010001 | 11011101 | 11001 | 100010 | 0 | 1101 | 100000001 | 110101 | 1001000 |
Color Harmonies of #A691DD
Complementary color
Monochromatic Colors of #A691DD
Black with #A691DD
Text Example
Text Example
White with #A691DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A691DD; }
p { color: rgb(166,145,221); }
H1.HeaderClassName
{
color: #A691DD;
}
.AnyTagClassName
{
color: #A691DD;
}
</style>
background-color css
<style>
a { background-color: #A691DD; }
a { background-color: rgb(166,145,221); }
div.DivClassName
{
background-color: #A691DD;
}
.BgClassName
{
background-color: #A691DD;
}
</style>
border-color css
<style>
span { border-color: #A691DD; }
span { border-color: rgb(166,145,221); }
td.TdClassName
{
border-color: #A691DD;
}
.TagClassName
{
border-color: #A691DD;
}
</style>