Shades of Biloba Flower #A694C9
Tints of Biloba Flower #A694C9
RGB
CMYK
RGB Variations
Color information
#A694C9 (or 0xA694C9) is known color: Biloba Flower. HEX triplet: A6, 94 and C9. RGB value is (166,148,201). Sum of RGB (Red+Green+Blue) = 166+148+201=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #A694C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694C9 is #596B36. Grayscale: #9F9F9F. Windows color (decimal): -5860151 or 13210790. OLE color: 13210790.
HSL color Cylindrical-coordinate representation of color #A694C9: hue angle of 260.38º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A694C9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 148 | 201 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.21 |
| HSL | 260.38º | 0.33% | 0.68% | - |
| HSV(B) | 260.38º | 0.26% | 0.79% | - |
| XYZ | 36.86 | 33.5 | 59.78 | - |
| YUV | 159.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 201 | 0.17 | 0.26 | 0 | 0.21 | 260.38 | 0.33 | 0.68 |
| Hex | A6 | 94 | C9 | 11 | 1A | 0 | 15 | 104 | 21 | 44 |
| Octal | 246 | 224 | 311 | 21 | 32 | 0 | 25 | 404 | 41 | 104 |
| Binary | 10100110 | 10010100 | 11001001 | 10001 | 11010 | 0 | 10101 | 100000100 | 100001 | 1000100 |
Color Harmonies of #A694C9
Complementary color
Monochromatic Colors of #A694C9
Black with #A694C9
Text Example
Text Example
White with #A694C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694C9; }
p { color: rgb(166,148,201); }
H1.HeaderClassName
{
color: #A694C9;
}
.AnyTagClassName
{
color: #A694C9;
}
</style>
background-color css
<style>
a { background-color: #A694C9; }
a { background-color: rgb(166,148,201); }
div.DivClassName
{
background-color: #A694C9;
}
.BgClassName
{
background-color: #A694C9;
}
</style>
border-color css
<style>
span { border-color: #A694C9; }
span { border-color: rgb(166,148,201); }
td.TdClassName
{
border-color: #A694C9;
}
.TagClassName
{
border-color: #A694C9;
}
</style>