Shades of Biloba Flower #A490D2
Tints of Biloba Flower #A490D2
RGB
CMYK
RGB Variations
Color information
#A490D2 (or 0xA490D2) is known color: Biloba Flower. HEX triplet: A4, 90 and D2. RGB value is (164,144,210). Sum of RGB (Red+Green+Blue) = 164+144+210=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #A490D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490D2 is #5B6F2D. Grayscale: #9D9D9D. Windows color (decimal): -5992238 or 13799588. OLE color: 13799588.
HSL color Cylindrical-coordinate representation of color #A490D2: hue angle of 258.18º degrees, saturation: 0.42, 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 #A490D2 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 144 | 210 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.18 |
| HSL | 258.18º | 0.42% | 0.69% | - |
| HSV(B) | 258.18º | 0.31% | 0.82% | - |
| XYZ | 36.92 | 32.49 | 65.3 | - |
| YUV | 157.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 210 | 0.22 | 0.31 | 0 | 0.18 | 258.18 | 0.42 | 0.69 |
| Hex | A4 | 90 | D2 | 16 | 1F | 0 | 12 | 102 | 2A | 45 |
| Octal | 244 | 220 | 322 | 26 | 37 | 0 | 22 | 402 | 52 | 105 |
| Binary | 10100100 | 10010000 | 11010010 | 10110 | 11111 | 0 | 10010 | 100000010 | 101010 | 1000101 |
Color Harmonies of #A490D2
Complementary color
Monochromatic Colors of #A490D2
Black with #A490D2
Text Example
Text Example
White with #A490D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490D2; }
p { color: rgb(164,144,210); }
H1.HeaderClassName
{
color: #A490D2;
}
.AnyTagClassName
{
color: #A490D2;
}
</style>
background-color css
<style>
a { background-color: #A490D2; }
a { background-color: rgb(164,144,210); }
div.DivClassName
{
background-color: #A490D2;
}
.BgClassName
{
background-color: #A490D2;
}
</style>
border-color css
<style>
span { border-color: #A490D2; }
span { border-color: rgb(164,144,210); }
td.TdClassName
{
border-color: #A490D2;
}
.TagClassName
{
border-color: #A490D2;
}
</style>