Shades of Biloba Flower #A492D1
Tints of Biloba Flower #A492D1
RGB
CMYK
RGB Variations
Color information
#A492D1 (or 0xA492D1) is known color: Biloba Flower. HEX triplet: A4, 92 and D1. RGB value is (164,146,209). Sum of RGB (Red+Green+Blue) = 164+146+209=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #A492D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492D1 is #5B6D2E. Grayscale: #9E9E9E. Windows color (decimal): -5991727 or 13734564. OLE color: 13734564.
HSL color Cylindrical-coordinate representation of color #A492D1: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A492D1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 146 | 209 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 257.14º | 0.41% | 0.7% | - |
| HSV(B) | 257.14º | 0.3% | 0.82% | - |
| XYZ | 37.1 | 33.05 | 64.75 | - |
| YUV | 158.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 209 | 0.22 | 0.30 | 0 | 0.18 | 257.14 | 0.41 | 0.7 |
| Hex | A4 | 92 | D1 | 16 | 1E | 0 | 12 | 101 | 29 | 46 |
| Octal | 244 | 222 | 321 | 26 | 36 | 0 | 22 | 401 | 51 | 106 |
| Binary | 10100100 | 10010010 | 11010001 | 10110 | 11110 | 0 | 10010 | 100000001 | 101001 | 1000110 |
Color Harmonies of #A492D1
Complementary color
Monochromatic Colors of #A492D1
Black with #A492D1
Text Example
Text Example
White with #A492D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492D1; }
p { color: rgb(164,146,209); }
H1.HeaderClassName
{
color: #A492D1;
}
.AnyTagClassName
{
color: #A492D1;
}
</style>
background-color css
<style>
a { background-color: #A492D1; }
a { background-color: rgb(164,146,209); }
div.DivClassName
{
background-color: #A492D1;
}
.BgClassName
{
background-color: #A492D1;
}
</style>
border-color css
<style>
span { border-color: #A492D1; }
span { border-color: rgb(164,146,209); }
td.TdClassName
{
border-color: #A492D1;
}
.TagClassName
{
border-color: #A492D1;
}
</style>