Shades of Biloba Flower #A491DD
Tints of Biloba Flower #A491DD
RGB
CMYK
RGB Variations
Color information
#A491DD (or 0xA491DD) is known color: Biloba Flower. HEX triplet: A4, 91 and DD. RGB value is (164,145,221). Sum of RGB (Red+Green+Blue) = 164+145+221=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A491DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DD is #5B6E22. Grayscale: #9F9F9F. Windows color (decimal): -5991971 or 14520740. OLE color: 14520740.
HSL color Cylindrical-coordinate representation of color #A491DD: hue angle of 255º 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 #A491DD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 145 | 221 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.13 |
| HSL | 255º | 0.53% | 0.72% | - |
| HSV(B) | 255º | 0.34% | 0.87% | - |
| XYZ | 38.49 | 33.36 | 72.82 | - |
| YUV | 159.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 221 | 0.26 | 0.34 | 0 | 0.13 | 255 | 0.53 | 0.72 |
| Hex | A4 | 91 | DD | 1A | 22 | 0 | D | FF | 35 | 48 |
| Octal | 244 | 221 | 335 | 32 | 42 | 0 | 15 | 377 | 65 | 110 |
| Binary | 10100100 | 10010001 | 11011101 | 11010 | 100010 | 0 | 1101 | 11111111 | 110101 | 1001000 |
Color Harmonies of #A491DD
Complementary color
Monochromatic Colors of #A491DD
Black with #A491DD
Text Example
Text Example
White with #A491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491DD; }
p { color: rgb(164,145,221); }
H1.HeaderClassName
{
color: #A491DD;
}
.AnyTagClassName
{
color: #A491DD;
}
</style>
background-color css
<style>
a { background-color: #A491DD; }
a { background-color: rgb(164,145,221); }
div.DivClassName
{
background-color: #A491DD;
}
.BgClassName
{
background-color: #A491DD;
}
</style>
border-color css
<style>
span { border-color: #A491DD; }
span { border-color: rgb(164,145,221); }
td.TdClassName
{
border-color: #A491DD;
}
.TagClassName
{
border-color: #A491DD;
}
</style>