Shades of Biloba Flower #A490D1
Tints of Biloba Flower #A490D1
RGB
CMYK
RGB Variations
Color information
#A490D1 (or 0xA490D1) is known color: Biloba Flower. HEX triplet: A4, 90 and D1. RGB value is (164,144,209). Sum of RGB (Red+Green+Blue) = 164+144+209=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A490D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490D1 is #5B6F2E. Grayscale: #9D9D9D. Windows color (decimal): -5992239 or 13734052. OLE color: 13734052.
HSL color Cylindrical-coordinate representation of color #A490D1: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A490D1 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 144 | 209 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.18 |
| HSL | 258.46º | 0.41% | 0.69% | - |
| HSV(B) | 258.46º | 0.31% | 0.82% | - |
| XYZ | 36.79 | 32.44 | 64.64 | - |
| YUV | 157.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 209 | 0.22 | 0.31 | 0 | 0.18 | 258.46 | 0.41 | 0.69 |
| Hex | A4 | 90 | D1 | 16 | 1F | 0 | 12 | 102 | 29 | 45 |
| Octal | 244 | 220 | 321 | 26 | 37 | 0 | 22 | 402 | 51 | 105 |
| Binary | 10100100 | 10010000 | 11010001 | 10110 | 11111 | 0 | 10010 | 100000010 | 101001 | 1000101 |
Color Harmonies of #A490D1
Complementary color
Monochromatic Colors of #A490D1
Black with #A490D1
Text Example
Text Example
White with #A490D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490D1; }
p { color: rgb(164,144,209); }
H1.HeaderClassName
{
color: #A490D1;
}
.AnyTagClassName
{
color: #A490D1;
}
</style>
background-color css
<style>
a { background-color: #A490D1; }
a { background-color: rgb(164,144,209); }
div.DivClassName
{
background-color: #A490D1;
}
.BgClassName
{
background-color: #A490D1;
}
</style>
border-color css
<style>
span { border-color: #A490D1; }
span { border-color: rgb(164,144,209); }
td.TdClassName
{
border-color: #A490D1;
}
.TagClassName
{
border-color: #A490D1;
}
</style>