Shades of Biloba Flower #A694C8
Tints of Biloba Flower #A694C8
RGB
CMYK
RGB Variations
Color information
#A694C8 (or 0xA694C8) is known color: Biloba Flower. HEX triplet: A6, 94 and C8. RGB value is (166,148,200). Sum of RGB (Red+Green+Blue) = 166+148+200=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #A694C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694C8 is #596B37. Grayscale: #9F9F9F. Windows color (decimal): -5860152 or 13145254. OLE color: 13145254.
HSL color Cylindrical-coordinate representation of color #A694C8: hue angle of 260.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A694C8 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 148 | 200 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.22 |
| HSL | 260.77º | 0.32% | 0.68% | - |
| HSV(B) | 260.77º | 0.26% | 0.78% | - |
| XYZ | 36.74 | 33.46 | 59.16 | - |
| YUV | 159.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 200 | 0.17 | 0.26 | 0 | 0.22 | 260.77 | 0.32 | 0.68 |
| Hex | A6 | 94 | C8 | 11 | 1A | 0 | 16 | 105 | 20 | 44 |
| Octal | 246 | 224 | 310 | 21 | 32 | 0 | 26 | 405 | 40 | 104 |
| Binary | 10100110 | 10010100 | 11001000 | 10001 | 11010 | 0 | 10110 | 100000101 | 100000 | 1000100 |
Color Harmonies of #A694C8
Complementary color
Monochromatic Colors of #A694C8
Black with #A694C8
Text Example
Text Example
White with #A694C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694C8; }
p { color: rgb(166,148,200); }
H1.HeaderClassName
{
color: #A694C8;
}
.AnyTagClassName
{
color: #A694C8;
}
</style>
background-color css
<style>
a { background-color: #A694C8; }
a { background-color: rgb(166,148,200); }
div.DivClassName
{
background-color: #A694C8;
}
.BgClassName
{
background-color: #A694C8;
}
</style>
border-color css
<style>
span { border-color: #A694C8; }
span { border-color: rgb(166,148,200); }
td.TdClassName
{
border-color: #A694C8;
}
.TagClassName
{
border-color: #A694C8;
}
</style>