Shades of Biloba Flower #A694CA
Tints of Biloba Flower #A694CA
RGB
CMYK
RGB Variations
Color information
#A694CA (or 0xA694CA) is known color: Biloba Flower. HEX triplet: A6, 94 and CA. RGB value is (166,148,202). Sum of RGB (Red+Green+Blue) = 166+148+202=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A694CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694CA is #596B35. Grayscale: #9F9F9F. Windows color (decimal): -5860150 or 13276326. OLE color: 13276326.
HSL color Cylindrical-coordinate representation of color #A694CA: hue angle of 260º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A694CA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 148 | 202 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.21 |
| HSL | 260º | 0.34% | 0.69% | - |
| HSV(B) | 260º | 0.27% | 0.79% | - |
| XYZ | 36.98 | 33.55 | 60.4 | - |
| YUV | 159.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 202 | 0.18 | 0.27 | 0 | 0.21 | 260 | 0.34 | 0.69 |
| Hex | A6 | 94 | CA | 12 | 1B | 0 | 15 | 104 | 22 | 45 |
| Octal | 246 | 224 | 312 | 22 | 33 | 0 | 25 | 404 | 42 | 105 |
| Binary | 10100110 | 10010100 | 11001010 | 10010 | 11011 | 0 | 10101 | 100000100 | 100010 | 1000101 |
Color Harmonies of #A694CA
Complementary color
Monochromatic Colors of #A694CA
Black with #A694CA
Text Example
Text Example
White with #A694CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694CA; }
p { color: rgb(166,148,202); }
H1.HeaderClassName
{
color: #A694CA;
}
.AnyTagClassName
{
color: #A694CA;
}
</style>
background-color css
<style>
a { background-color: #A694CA; }
a { background-color: rgb(166,148,202); }
div.DivClassName
{
background-color: #A694CA;
}
.BgClassName
{
background-color: #A694CA;
}
</style>
border-color css
<style>
span { border-color: #A694CA; }
span { border-color: rgb(166,148,202); }
td.TdClassName
{
border-color: #A694CA;
}
.TagClassName
{
border-color: #A694CA;
}
</style>