Shades of Biloba Flower #A490DA
Tints of Biloba Flower #A490DA
RGB
CMYK
RGB Variations
Color information
#A490DA (or 0xA490DA) is known color: Biloba Flower. HEX triplet: A4, 90 and DA. RGB value is (164,144,218). Sum of RGB (Red+Green+Blue) = 164+144+218=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A490DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DA is #5B6F25. Grayscale: #9E9E9E. Windows color (decimal): -5992230 or 14323876. OLE color: 14323876.
HSL color Cylindrical-coordinate representation of color #A490DA: hue angle of 256.22º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A490DA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 144 | 218 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.15 |
| HSL | 256.22º | 0.5% | 0.71% | - |
| HSV(B) | 256.22º | 0.34% | 0.85% | - |
| XYZ | 37.94 | 32.9 | 70.68 | - |
| YUV | 158.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 218 | 0.25 | 0.34 | 0 | 0.15 | 256.22 | 0.5 | 0.71 |
| Hex | A4 | 90 | DA | 19 | 22 | 0 | F | 100 | 32 | 47 |
| Octal | 244 | 220 | 332 | 31 | 42 | 0 | 17 | 400 | 62 | 107 |
| Binary | 10100100 | 10010000 | 11011010 | 11001 | 100010 | 0 | 1111 | 100000000 | 110010 | 1000111 |
Color Harmonies of #A490DA
Complementary color
Monochromatic Colors of #A490DA
Black with #A490DA
Text Example
Text Example
White with #A490DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490DA; }
p { color: rgb(164,144,218); }
H1.HeaderClassName
{
color: #A490DA;
}
.AnyTagClassName
{
color: #A490DA;
}
</style>
background-color css
<style>
a { background-color: #A490DA; }
a { background-color: rgb(164,144,218); }
div.DivClassName
{
background-color: #A490DA;
}
.BgClassName
{
background-color: #A490DA;
}
</style>
border-color css
<style>
span { border-color: #A490DA; }
span { border-color: rgb(164,144,218); }
td.TdClassName
{
border-color: #A490DA;
}
.TagClassName
{
border-color: #A490DA;
}
</style>