Shades of Biloba Flower #A491D8
Tints of Biloba Flower #A491D8
RGB
CMYK
RGB Variations
Color information
#A491D8 (or 0xA491D8) is known color: Biloba Flower. HEX triplet: A4, 91 and D8. RGB value is (164,145,216). Sum of RGB (Red+Green+Blue) = 164+145+216=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #A491D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491D8 is #5B6E27. Grayscale: #9E9E9E. Windows color (decimal): -5991976 or 14193060. OLE color: 14193060.
HSL color Cylindrical-coordinate representation of color #A491D8: hue angle of 256.06º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A491D8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 145 | 216 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.15 |
| HSL | 256.06º | 0.48% | 0.71% | - |
| HSV(B) | 256.06º | 0.33% | 0.85% | - |
| XYZ | 37.83 | 33.1 | 69.36 | - |
| YUV | 158.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 216 | 0.24 | 0.33 | 0 | 0.15 | 256.06 | 0.48 | 0.71 |
| Hex | A4 | 91 | D8 | 18 | 21 | 0 | F | 100 | 30 | 47 |
| Octal | 244 | 221 | 330 | 30 | 41 | 0 | 17 | 400 | 60 | 107 |
| Binary | 10100100 | 10010001 | 11011000 | 11000 | 100001 | 0 | 1111 | 100000000 | 110000 | 1000111 |
Color Harmonies of #A491D8
Complementary color
Monochromatic Colors of #A491D8
Black with #A491D8
Text Example
Text Example
White with #A491D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491D8; }
p { color: rgb(164,145,216); }
H1.HeaderClassName
{
color: #A491D8;
}
.AnyTagClassName
{
color: #A491D8;
}
</style>
background-color css
<style>
a { background-color: #A491D8; }
a { background-color: rgb(164,145,216); }
div.DivClassName
{
background-color: #A491D8;
}
.BgClassName
{
background-color: #A491D8;
}
</style>
border-color css
<style>
span { border-color: #A491D8; }
span { border-color: rgb(164,145,216); }
td.TdClassName
{
border-color: #A491D8;
}
.TagClassName
{
border-color: #A491D8;
}
</style>