Shades of Biloba Flower #A490CF
Tints of Biloba Flower #A490CF
RGB
CMYK
RGB Variations
Color information
#A490CF (or 0xA490CF) is known color: Biloba Flower. HEX triplet: A4, 90 and CF. RGB value is (164,144,207). Sum of RGB (Red+Green+Blue) = 164+144+207=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A490CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CF is #5B6F30. Grayscale: #9C9C9C. Windows color (decimal): -5992241 or 13602980. OLE color: 13602980.
HSL color Cylindrical-coordinate representation of color #A490CF: hue angle of 259.05º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A490CF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 144 | 207 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.19 |
| HSL | 259.05º | 0.4% | 0.69% | - |
| HSV(B) | 259.05º | 0.3% | 0.81% | - |
| XYZ | 36.55 | 32.34 | 63.35 | - |
| YUV | 157.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 207 | 0.21 | 0.30 | 0 | 0.19 | 259.05 | 0.4 | 0.69 |
| Hex | A4 | 90 | CF | 15 | 1E | 0 | 13 | 103 | 28 | 45 |
| Octal | 244 | 220 | 317 | 25 | 36 | 0 | 23 | 403 | 50 | 105 |
| Binary | 10100100 | 10010000 | 11001111 | 10101 | 11110 | 0 | 10011 | 100000011 | 101000 | 1000101 |
Color Harmonies of #A490CF
Complementary color
Monochromatic Colors of #A490CF
Black with #A490CF
Text Example
Text Example
White with #A490CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490CF; }
p { color: rgb(164,144,207); }
H1.HeaderClassName
{
color: #A490CF;
}
.AnyTagClassName
{
color: #A490CF;
}
</style>
background-color css
<style>
a { background-color: #A490CF; }
a { background-color: rgb(164,144,207); }
div.DivClassName
{
background-color: #A490CF;
}
.BgClassName
{
background-color: #A490CF;
}
</style>
border-color css
<style>
span { border-color: #A490CF; }
span { border-color: rgb(164,144,207); }
td.TdClassName
{
border-color: #A490CF;
}
.TagClassName
{
border-color: #A490CF;
}
</style>