Shades of Biloba Flower #A790CE
Tints of Biloba Flower #A790CE
RGB
CMYK
RGB Variations
Color information
#A790CE (or 0xA790CE) is known color: Biloba Flower. HEX triplet: A7, 90 and CE. RGB value is (167,144,206). Sum of RGB (Red+Green+Blue) = 167+144+206=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A790CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790CE is #586F31. Grayscale: #9D9D9D. Windows color (decimal): -5795634 or 13537447. OLE color: 13537447.
HSL color Cylindrical-coordinate representation of color #A790CE: hue angle of 262.26º degrees, saturation: 0.39, 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 #A790CE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 144 | 206 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.19 |
| HSL | 262.26º | 0.39% | 0.69% | - |
| HSV(B) | 262.26º | 0.3% | 0.81% | - |
| XYZ | 37.05 | 32.62 | 62.74 | - |
| YUV | 157.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 206 | 0.19 | 0.30 | 0 | 0.19 | 262.26 | 0.39 | 0.69 |
| Hex | A7 | 90 | CE | 13 | 1E | 0 | 13 | 106 | 27 | 45 |
| Octal | 247 | 220 | 316 | 23 | 36 | 0 | 23 | 406 | 47 | 105 |
| Binary | 10100111 | 10010000 | 11001110 | 10011 | 11110 | 0 | 10011 | 100000110 | 100111 | 1000101 |
Color Harmonies of #A790CE
Complementary color
Monochromatic Colors of #A790CE
Black with #A790CE
Text Example
Text Example
White with #A790CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A790CE; }
p { color: rgb(167,144,206); }
H1.HeaderClassName
{
color: #A790CE;
}
.AnyTagClassName
{
color: #A790CE;
}
</style>
background-color css
<style>
a { background-color: #A790CE; }
a { background-color: rgb(167,144,206); }
div.DivClassName
{
background-color: #A790CE;
}
.BgClassName
{
background-color: #A790CE;
}
</style>
border-color css
<style>
span { border-color: #A790CE; }
span { border-color: rgb(167,144,206); }
td.TdClassName
{
border-color: #A790CE;
}
.TagClassName
{
border-color: #A790CE;
}
</style>