Shades of Biloba Flower #A494D7
Tints of Biloba Flower #A494D7
RGB
CMYK
RGB Variations
Color information
#A494D7 (or 0xA494D7) is known color: Biloba Flower. HEX triplet: A4, 94 and D7. RGB value is (164,148,215). Sum of RGB (Red+Green+Blue) = 164+148+215=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #A494D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494D7 is #5B6B28. Grayscale: #A0A0A0. Windows color (decimal): -5991209 or 14128292. OLE color: 14128292.
HSL color Cylindrical-coordinate representation of color #A494D7: hue angle of 254.33º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A494D7 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 148 | 215 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.16 |
| HSL | 254.33º | 0.46% | 0.71% | - |
| HSV(B) | 254.33º | 0.31% | 0.84% | - |
| XYZ | 38.17 | 33.98 | 68.84 | - |
| YUV | 160.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 215 | 0.24 | 0.31 | 0 | 0.16 | 254.33 | 0.46 | 0.71 |
| Hex | A4 | 94 | D7 | 18 | 1F | 0 | 10 | FE | 2E | 47 |
| Octal | 244 | 224 | 327 | 30 | 37 | 0 | 20 | 376 | 56 | 107 |
| Binary | 10100100 | 10010100 | 11010111 | 11000 | 11111 | 0 | 10000 | 11111110 | 101110 | 1000111 |
Color Harmonies of #A494D7
Complementary color
Monochromatic Colors of #A494D7
Black with #A494D7
Text Example
Text Example
White with #A494D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494D7; }
p { color: rgb(164,148,215); }
H1.HeaderClassName
{
color: #A494D7;
}
.AnyTagClassName
{
color: #A494D7;
}
</style>
background-color css
<style>
a { background-color: #A494D7; }
a { background-color: rgb(164,148,215); }
div.DivClassName
{
background-color: #A494D7;
}
.BgClassName
{
background-color: #A494D7;
}
</style>
border-color css
<style>
span { border-color: #A494D7; }
span { border-color: rgb(164,148,215); }
td.TdClassName
{
border-color: #A494D7;
}
.TagClassName
{
border-color: #A494D7;
}
</style>