Shades of Biloba Flower #A491D7
Tints of Biloba Flower #A491D7
RGB
CMYK
RGB Variations
Color information
#A491D7 (or 0xA491D7) is known color: Biloba Flower. HEX triplet: A4, 91 and D7. RGB value is (164,145,215). Sum of RGB (Red+Green+Blue) = 164+145+215=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #A491D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491D7 is #5B6E28. Grayscale: #9E9E9E. Windows color (decimal): -5991977 or 14127524. OLE color: 14127524.
HSL color Cylindrical-coordinate representation of color #A491D7: hue angle of 256.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A491D7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 145 | 215 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.16 |
| HSL | 256.29º | 0.47% | 0.71% | - |
| HSV(B) | 256.29º | 0.33% | 0.84% | - |
| XYZ | 37.7 | 33.05 | 68.68 | - |
| YUV | 158.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 215 | 0.24 | 0.33 | 0 | 0.16 | 256.29 | 0.47 | 0.71 |
| Hex | A4 | 91 | D7 | 18 | 21 | 0 | 10 | 100 | 2F | 47 |
| Octal | 244 | 221 | 327 | 30 | 41 | 0 | 20 | 400 | 57 | 107 |
| Binary | 10100100 | 10010001 | 11010111 | 11000 | 100001 | 0 | 10000 | 100000000 | 101111 | 1000111 |
Color Harmonies of #A491D7
Complementary color
Monochromatic Colors of #A491D7
Black with #A491D7
Text Example
Text Example
White with #A491D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491D7; }
p { color: rgb(164,145,215); }
H1.HeaderClassName
{
color: #A491D7;
}
.AnyTagClassName
{
color: #A491D7;
}
</style>
background-color css
<style>
a { background-color: #A491D7; }
a { background-color: rgb(164,145,215); }
div.DivClassName
{
background-color: #A491D7;
}
.BgClassName
{
background-color: #A491D7;
}
</style>
border-color css
<style>
span { border-color: #A491D7; }
span { border-color: rgb(164,145,215); }
td.TdClassName
{
border-color: #A491D7;
}
.TagClassName
{
border-color: #A491D7;
}
</style>